Classes | |
| class | BTKAssertion |
Typedefs | |
| typedef assert_code(* | assert_handler )(std::string const &, std::string const &, unsigned) |
Enumerations | |
| enum | assert_code { EXIT, CONTINUE, IGNORE } |
Functions | |
| assert_code | default_assert_handler (std::string const &msg, std::string const &file, unsigned line) |
Variables | |
| unsigned | debug_level = 0 |
| assert_handler | current_assert_handler = default_assert_handler |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Debug output level flag. This value is used inside the BTK to determine what diagnostic output is dumped to stderr. Use the macro DBG_OUT() in BTK source code to take advantage of this feature. |
1.3.6