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 Ioss::SmartAssert::assert_func = void (*)(const assert_context &) |
IOSS_EXPORT void Ioss::SmartAssert::default_debug_handler | ( | const assert_context & | context | ) |
IOSS_EXPORT void Ioss::SmartAssert::default_error_handler | ( | const assert_context & | context | ) |
IOSS_EXPORT void Ioss::SmartAssert::default_fatal_handler | ( | const assert_context & | context | ) |
IOSS_EXPORT void Ioss::SmartAssert::default_logger | ( | const assert_context & | context | ) |
IOSS_EXPORT void Ioss::SmartAssert::default_warn_handler | ( | const assert_context & | context | ) |
IOSS_EXPORT void Ioss::SmartAssert::dump_context_detail | ( | const assert_context & | context, |
std::ostream & | out ) |
IOSS_EXPORT void Ioss::SmartAssert::dump_context_summary | ( | const assert_context & | context, |
std::ostream & | out ) |
IOSS_EXPORT std::string Ioss::SmartAssert::get_typeof_level | ( | int | nLevel | ) |
|
inline |