catsfoot::axiom_failure Struct Reference

Exception class for axiom failure. More...

#include <axioms.hh>

Collaboration diagram for catsfoot::axiom_failure:

List of all members.

Public Member Functions

const std::string & msg () const
 Returns the message explaining the axiom failure.
 axiom_failure (const std::string &_msg)
 axiom_failure (std::string &&_msg)
 axiom_failure (std::string &&func, std::string &&file, unsigned line, std::string &&expr)
 axiom_failure (const axiom_failure &)
 Copy constructor.
 axiom_failure (axiom_failure &&other)
 Move constructor.
axiom_failureoperator= (axiom_failure &&other)
 Swap.
axiom_failureoperator= (const axiom_failure &other)
 Assignment.

Detailed Description

Exception class for axiom failure.


The documentation for this struct was generated from the following file: