FunctionInfo Class
Definition
Line
31
of
cmsxo/Debug.cm
Constructors & Destructor
public
nothrow
FunctionInfo
(
uint
functionSymbolIndex_,
const
String
<
char
>& fullName_,
uint
sourceFileNameId_,
uint
frameSize_)
Member Variables
public
uint
frameSize
public
String
<
char
>
fullName
public
uint
functionSymbolIndex
public
uint
sourceFileNameId
Constructor& Destructor Details
FunctionInfo Constructor
public
nothrow
FunctionInfo(
uint
functionSymbolIndex_,
const
String
<
char
>& fullName_,
uint
sourceFileNameId_,
uint
frameSize_)
Definition
Line
33
of
cmsxo/Debug.cm