|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CBooleanValue: public CValue { public: CBooleanValue(); CBooleanValue(bool bValue); ~CBooleanValue(); public: int GetType(); bool GetBoolean(); };
Thie ECMAScript boolean value.
Constructor/Destructor Summary | |
CBooleanValue
();
����������Constructs the boolean value. |
|
CBooleanValue
(bool bValue);
����������Constructs the boolean value with the specified initial content. |
|
~CBooleanValue
();
����������Destroys the boolean value. |
Function Summary | |
int
|
GetType
();
����������Returns type of this value. |
bool
|
GetBoolean
();
����������Returns a boolean assigned to this value. |
Constructor/Destructor Detail |
CBooleanValue();
Constructs the boolean value.
The constructed value is initialized to
false
.
CBooleanValue(bool bValue);
Constructs the boolean value with the specified initial content.
bValue
- the initial content~CBooleanValue();
Destroys the boolean value.
Function Detail |
int GetType();
Returns type of this value.
CValue::typeBoolean
)bool GetBoolean();
Returns a boolean assigned to this value.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |