Simple Application Framework
1
|
Source location descriptor structure. More...
#include <SourceLocation.h>
Public Member Functions | |
SourceLocation (const char *func, Saf::Size line) | |
Constructor. | |
Public Attributes | |
const char * | m_func |
Function name. | |
Saf::Size | m_line |
Line number. |
Source location descriptor structure.
Saf::SourceLocation::SourceLocation | ( | const char * | func, |
Saf::Size | line | ||
) | [inline] |
Constructor.
const char* Saf::SourceLocation::m_func |
Function name.
Line number.