|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CUndefinedValue: public CValue { public: CUndefinedValue(); ~CUndefinedValue(); public: int GetType(); };
The ECMAScript undefined value.
Constructor/Destructor Summary | |
CUndefinedValue
();
����������Constructs the undefined value. |
|
~CUndefinedValue
();
����������Destroys the undefined value. |
Function Summary | |
int
|
GetType
();
����������Returns type of this value. |
Constructor/Destructor Detail |
CUndefinedValue();
Constructs the undefined value.
~CUndefinedValue();
Destroys the undefined value.
Function Detail |
int GetType();
Returns type of this value.
CValue::typeUndefined
)
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |