|
waLBerla 7.3
|
Namespaces | |
| namespace | check_functions_detail |
Functions | |
| void | myAssert (const char *const file, const int line) |
| std::string | demangle (const std::string &name) |
| void | printStacktrace () |
| Prints a stack trace to standard error. | |
| void | printStacktrace (std::ostream &os) |
| Prints a stack trace to specified output stream. | |
| void | enterTestMode () |
| Enters test mode. | |
|
inline |
| void walberla::debug::enterTestMode | ( | ) |
Enters test mode.
Call this at the beginning of every tests's main() function!
This function may be used to set up error handling for tests. (Or anything else for that matter...)
| void walberla::debug::myAssert | ( | const char *const | file, |
| const int | line ) |
| void walberla::debug::printStacktrace | ( | ) |
Prints a stack trace to standard error.
| void walberla::debug::printStacktrace | ( | std::ostream & | ) |
Prints a stack trace to specified output stream.