top | up | prev | next

SourceLocation Struct

Definition at line 16 of CallStack.cpp

Constructors

SourceLocation(const char* functionName_, const char* sourceFilePath_)

Member Variables

const char* functionName
int32_t lineNumber
const char* sourceFilePath

Constructor Details

SourceLocation Constructor

cmajor::rt::SourceLocation::SourceLocation(const char * functionName_, const char * sourceFilePath_)

Definition at line 24 of CallStack.cpp :
 24 : functionName(functionName_)sourceFilePath(sourceFilePath_)lineNumber(0)
 25 {
 26 }


Declaration at line 18 of CallStack.cpp


top | up | prev | next