#include <bt_assert.h>
Public Member Functions | |
void | addLine (const char *line) |
unsigned int | lines (void) const |
const char * | line (unsigned int l) const |
Private Attributes | |
std::vector< const char * > | list |
void assert_log_c::addLine | ( | const char * | line | ) | [inline] |
References list.
const char* assert_log_c::line | ( | unsigned int | l | ) | const [inline] |
References list.
unsigned int assert_log_c::lines | ( | void | ) | const [inline] |
References list.
std::vector<const char *> assert_log_c::list [private] |