FloatingLiteralOperand Class

Definition

Line 33 of cmsxi/Operand.cm

Inheritance

Constructors & Destructor

public nothrow FloatingLiteralOperand()
public nothrow FloatingLiteralOperand(double value_)

Member Functions

public override nothrow void Print(CodeFormatter& formatter)
public inline nothrow void SetValue(double value_)

Member Variables

public double value

Constructor& Destructor Details

FloatingLiteralOperand Constructor

public nothrow FloatingLiteralOperand()

Definition
Line 35 of cmsxi/Operand.cm


FloatingLiteralOperand Constructor

public nothrow FloatingLiteralOperand(double value_)

Definition
Line 38 of cmsxi/Operand.cm


Member Function Details

Print Member Function

public override nothrow void Print(CodeFormatter& formatter)

Definition
Line 45 of cmsxi/Operand.cm


SetValue Member Function

public inline nothrow void SetValue(double value_)

Definition
Line 41 of cmsxi/Operand.cm