Definition at line 12 of file gimbal_call_stack.hpp.
◆ SourceLocation() [1/3]
gbl::SourceLocation::SourceLocation |
( |
const char * |
pFile, |
|
|
const char * |
pFunc, |
|
|
GblSize |
line, |
|
|
GblSize |
col |
|
) |
| |
|
inline |
Definition at line 14 of file gimbal_call_stack.hpp.
14 :
Source code context (file, function, line)
const char * pFile
Current Source file.
const char * pFunc
Current function.
size_t line
Current line of code.
◆ SourceLocation() [2/3]
gbl::SourceLocation::SourceLocation |
( |
void |
| ) |
|
|
inline |
◆ SourceLocation() [3/3]
◆ getFilePath()
const char * gbl::SourceLocation::getFilePath |
( |
void |
| ) |
const |
|
inline |
◆ getFileName()
const char * gbl::SourceLocation::getFileName |
( |
void |
| ) |
const |
|
inline |
◆ getFunctionName()
const char * gbl::SourceLocation::getFunctionName |
( |
void |
| ) |
const |
|
inline |
◆ getLineNumber()
GblSize gbl::SourceLocation::getLineNumber |
( |
void |
| ) |
const |
|
inline |
◆ getColumn()
GblSize gbl::SourceLocation::getColumn |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: