LinkCommand Abstract Class
Definition
Line
26
of
cmsxo/Link.cm
Inheritance
Constructors & Destructor
public
nothrow
LinkCommand
(
ObjectFile
* objectFile_,
ulong
address_)
Member Functions
public
virtual
void
Execute
(
ulong
value,
bool
debug)
Member Variables
public
ulong
address
public
ObjectFile
*
objectFile
Constructor& Destructor Details
LinkCommand Constructor
public
nothrow
LinkCommand(
ObjectFile
* objectFile_,
ulong
address_)
Definition
Line
28
of
cmsxo/Link.cm
Member Function Details
Execute Member Function
public
virtual
void
Execute(
ulong
value,
bool
debug)
Definition
Line
32
of
cmsxo/Link.cm