LifeV
|
Typedefs | |
typedef void(* | assertFunction_Type) (const AssertContext &context) |
Functions | |
std::string | getTypeofLevel (int nLevel) |
void | dumpContextSummary (const AssertContext &context, std::ostream &out) |
void | dumpContextDetail (const AssertContext &context, std::ostream &out) |
void | defaultWarnHandler (const AssertContext &context) |
void | defaultDebugHandler (const AssertContext &context) |
void | defaultErrorHandler (const AssertContext &context) |
void | defaultFatalHandler (const AssertContext &context) |
void | defaultLogger (const AssertContext &context) |
inline ::LifeV::Assert | makeAssert (const char *expr) |
typedef void(* assertFunction_Type) (const AssertContext &context) |
Definition at line 176 of file LifeAssertSmart.hpp.
std::string getTypeofLevel | ( | int | nLevel | ) |
Definition at line 96 of file LifeAssertSmart.cpp.
void dumpContextSummary | ( | const AssertContext & | context, |
std::ostream & | out | ||
) |
void dumpContextDetail | ( | const AssertContext & | context, |
std::ostream & | out | ||
) |
void defaultWarnHandler | ( | const AssertContext & | context | ) |
void defaultDebugHandler | ( | const AssertContext & | context | ) |
void defaultErrorHandler | ( | const AssertContext & | context | ) |
void defaultFatalHandler | ( | const AssertContext & | context | ) |
void defaultLogger | ( | const AssertContext & | context | ) |
inline ::LifeV::Assert LifeV::SmartAssert::makeAssert | ( | const char * | expr | ) |
Definition at line 431 of file LifeAssertSmart.hpp.