#include <bt_assert.h>
Public Member Functions | |
assert_exception (const char *e, const char *f, unsigned int l, const char *fkt) | |
assert_exception (void) | |
Public Attributes | |
const char * | expr |
const char * | file |
const char * | function |
unsigned int | line |
assert_exception::assert_exception | ( | const char * | e, | |
const char * | f, | |||
unsigned int | l, | |||
const char * | fkt | |||
) | [inline] |
assert_exception::assert_exception | ( | void | ) | [inline] |
const char* assert_exception::expr |
const char* assert_exception::file |
const char* assert_exception::function |
unsigned int assert_exception::line |