|
IOSS
2.0
|
Typedefs | |
| using | assert_func = void(*)(const assert_context &) |
Functions | |
| std::string | get_typeof_level (int nLevel) |
| void | dump_context_summary (const assert_context &context, std::ostream &out) |
| void | dump_context_detail (const assert_context &context, std::ostream &out) |
| void | default_logger (const assert_context &context) |
| void | default_warn_handler (const assert_context &context) |
| void | default_debug_handler (const assert_context &context) |
| void | default_error_handler (const assert_context &context) |
| void | default_fatal_handler (const assert_context &context) |
| Assert | make_assert (const char *expr) |
| using SmartAssert::assert_func = typedef void (*)(const assert_context &) |
| void SmartAssert::default_debug_handler | ( | const assert_context & | context | ) |
| void SmartAssert::default_error_handler | ( | const assert_context & | context | ) |
| void SmartAssert::default_fatal_handler | ( | const assert_context & | context | ) |
| void SmartAssert::default_logger | ( | const assert_context & | context | ) |
| void SmartAssert::default_warn_handler | ( | const assert_context & | context | ) |
| void SmartAssert::dump_context_detail | ( | const assert_context & | context, |
| std::ostream & | out | ||
| ) |
| void SmartAssert::dump_context_summary | ( | const assert_context & | context, |
| std::ostream & | out | ||
| ) |
| std::string SmartAssert::get_typeof_level | ( | int | nLevel | ) |
|
inline |