Public Member Functions | |
LocationInformation (const std::string &filename, unsigned linenum, const std::string &methodname, const std::string &threadname, const std::string &throwablename="") | |
Constructs the block. | |
std::string | getFilename () const |
Gets the file name. | |
std::string | getMethodname () const |
Gets the methodname. | |
std::string | getThreadname () const |
Gets the threadname. | |
std::string | getThrowablename () const |
Gets the throwable name. | |
unsigned | getLinenumber () const |
Gets the linenumber. |
Definition at line 40 of file locationinfo.h.
l4snd::LocationInformation::LocationInformation | ( | const std::string & | filename, | |
unsigned | linenum, | |||
const std::string & | methodname, | |||
const std::string & | threadname, | |||
const std::string & | throwablename = "" | |||
) |
Constructs the block.
filename | filename | |
linenum | linenumber | |
methodname | methodname | |
threadname | threadname | |
throwablename | throwblename |
Definition at line 42 of file locationinfo.cpp.
std::string l4snd::LocationInformation::getFilename | ( | ) | const |
std::string l4snd::LocationInformation::getMethodname | ( | ) | const |
std::string l4snd::LocationInformation::getThreadname | ( | ) | const |
std::string l4snd::LocationInformation::getThrowablename | ( | ) | const |
Gets the throwable name.
This contains more information about an exception.
Definition at line 86 of file locationinfo.cpp.
unsigned l4snd::LocationInformation::getLinenumber | ( | ) | const |