#include <test.h>
Public Member Functions | |
Location (const char *f, int l, std::string st) | |
Public Attributes | |
const char * | file |
int | line |
std::string | stmt |
Location::Location | ( | const char * | f, | |
int | l, | |||
std::string | st | |||
) | [inline] |
const char* Location::file |
Referenced by AssertFailed::AssertFailed(), and wibble::tests::Location::locstr().
int Location::line |
Referenced by AssertFailed::AssertFailed(), and wibble::tests::Location::locstr().
std::string Location::stmt |
Referenced by AssertFailed::AssertFailed().