ewmscp
..
|
class for defining the location of a error message in the source code. More...
#include <errMsgQueue.h>
Public Member Functions | |
constexpr | location (const char *aFunc=__builtin_FUNCTION(), int aLine=__builtin_LINE(), const char *aFile=__builtin_FILE()) |
const char * | getFunc () const |
const char * | getFile () const |
int | getLine () const |
Private Attributes | |
const char * | function |
const char * | file |
int | line |
class for defining the location of a error message in the source code.
Works only if the __builtin_FUNCTION and related builtins are available.
Definition at line 14 of file errMsgQueue.h.
|
inlineconstexpr |
|
inline |
|
inline |
Definition at line 40 of file errMsgQueue.h.
|
inline |
|
private |
Definition at line 16 of file errMsgQueue.h.
Referenced by getFile().
|
private |
Definition at line 15 of file errMsgQueue.h.
|
private |
Definition at line 17 of file errMsgQueue.h.
Referenced by getLine().