Auxiliary containing the location of the exception in the file. More...
#include <Exception.h>
Public Member Functions | |
Location (const char *file, unsigned line, const char *pretty=nullptr) | |
Public Attributes | |
const char * | file |
const unsigned | line |
const char * | pretty |
Auxiliary containing the location of the exception in the file.
Typically used from the macros below.
|
inlineexplicit |
const char* PLMD::Exception::Location::file |
const unsigned PLMD::Exception::Location::line |
const char* PLMD::Exception::Location::pretty |
Hosted by GitHub | 1.8.14 |