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