ClsIdValue Class

Definition

Line 1030 of cmsxi/Value.cm

Inheritance

Constructors & Destructor

public ClsIdValue(const String<char>& typeId_)

Member Functions

public override Operand* MakeDataOperand(Context& context) const
public override nothrow String<char> Name() const

Member Variables

private String<char> typeId

Constructor& Destructor Details

ClsIdValue Constructor

public ClsIdValue(const String<char>& typeId_)

Definition
Line 1032 of cmsxi/Value.cm


Member Function Details

MakeDataOperand Member Function

public override Operand* MakeDataOperand(Context& context)

Definition
Line 1039 of cmsxi/Value.cm


Name Member Function

public override nothrow String<char> Name()

Definition
Line 1035 of cmsxi/Value.cm