DispatchTableEntry Class
Definition
Line
136
of
cmsxo/Debug.cm
Constructors & Destructor
public
nothrow
DispatchTableEntry
(
uint
offset_,
uint
length_,
ulong
exceptionBlockTableAddress_,
DispatchBlock
* dispatchBlock_)
Member Variables
public
DispatchBlock
*
dispatchBlock
public
ulong
exceptionBlockTableAddress
public
uint
length
public
uint
offset
Constructor& Destructor Details
DispatchTableEntry Constructor
public
nothrow
DispatchTableEntry(
uint
offset_,
uint
length_,
ulong
exceptionBlockTableAddress_,
DispatchBlock
* dispatchBlock_)
Definition
Line
138
of
cmsxo/Debug.cm