|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CNumberValue: public CValue { public: CNumberValue(); CNumberValue(CNumber numValue); ~CNumberValue(); public: int GetType(); CNumber GetNumber(); };
The ECMAScript number value.
CNumber
Constructor/Destructor Summary | |
CNumberValue
();
����������Constructs the number value. |
|
CNumberValue
(CNumber numValue);
����������Constructs the number value with the specified initial content. |
|
~CNumberValue
();
����������Destroys the number value. |
Function Summary | |
int
|
GetType
();
����������Returns type of this value. |
CNumber
|
GetNumber
();
����������Returns a number associated with this value. |
Constructor/Destructor Detail |
CNumberValue();
Constructs the number value.
The number assigned to the constructed value if
0
.
CNumberValue(CNumber numValue);
Constructs the number value with the specified initial content.
numValue
- the initial content~CNumberValue();
Destroys the number value.
Function Detail |
int GetType();
Returns type of this value.
CValue::typeNumber
)CNumber GetNumber();
Returns a number associated with this value.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |