top | up | prev | next

FunctionUnwindInfo Struct

Definition at line 37 of Unwind.cpp

Constructors

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

Member Variables

std::string functionName
std::string sourceFilePath

Constructor Details

FunctionUnwindInfo Constructor

FunctionUnwindInfo::FunctionUnwindInfo(const char * functionName_, const char * sourceFilePath_)

Definition at line 39 of Unwind.cpp :
 39 : functionName(functionName_)sourceFilePath(sourceFilePath_) {}


top | up | prev | next