#include <error.hpp>
Public Member Functions | |
| ErrorLocation () | |
| ErrorLocation (const char *file, int line, const char *func) | |
Public Attributes | |
| const char * | _file |
| int | _line |
| const char * | _func |
Container to store the location (source file name, line number and function name) where the error happened. Used for debugging purposes.
| ErrorLocation::ErrorLocation | ( | ) | [inline] |
| ErrorLocation::ErrorLocation | ( | const char * | file, | |
| int | line, | |||
| const char * | func | |||
| ) | [inline] |
| const char* ErrorLocation::_file |
| const char* ErrorLocation::_func |
1.4.7