concepts::Assertion Member List
This is the complete list of members for concepts::Assertion, including all inherited members.
Assertion() | concepts::Assertion | |
Assertion(const std::string &file, const unsigned int line, const std::string &function, const std::string &excName, const std::string &cond) | concepts::Assertion | |
ExceptionBase() | concepts::ExceptionBase | |
ExceptionBase(const std::string &message) | concepts::ExceptionBase | inline |
ExceptionBase(const std::string &file, const unsigned int line, const std::string &function, const std::string &excName) | concepts::ExceptionBase | |
excName_ | concepts::ExceptionBase | protected |
feature_ | concepts::MissingFeature | protected |
file_ | concepts::ExceptionBase | protected |
function_ | concepts::ExceptionBase | protected |
info(std::ostream &os) const | concepts::Assertion | protectedvirtual |
line_ | concepts::ExceptionBase | protected |
MissingFeature(const std::string &feature) | concepts::MissingFeature | |
MissingFeature(const std::string &file, const unsigned int line, const std::string &function, const std::string &excName, const std::string &feature=std::string("")) | concepts::MissingFeature | |
setFields(const std::string &file, const unsigned int line, const std::string &function, const std::string &excName) | concepts::ExceptionBase | |
setFieldsAssert(const std::string &file, const unsigned int line, const std::string &function, const std::string &excName, const std::string &cond=std::string("")) | concepts::Assertion | |
~Assertion() | concepts::Assertion | virtual |
~ExceptionBase() | concepts::ExceptionBase | virtual |
~MissingFeature() | concepts::MissingFeature | virtual |
~OutputOperator() | concepts::OutputOperator | virtual |