|
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(bool bValue); ~CBooleanValue(); public: int GetType(); bool GetBoolean(); };
The XPath boolean value.
Constructor/Destructor Summary | |
CBooleanValue
(bool bValue);
����������Constructs the boolean value. |
|
~CBooleanValue
();
����������Destroys the boolean value. |
Function Summary | |
int
|
GetType
();
����������Returns the type of this value (that is, CValue::typeBoolean
). |
bool
|
GetBoolean
();
����������Returns the boolean represented by this value. |
Constructor/Destructor Detail |
CBooleanValue(bool bValue);
Constructs the boolean value.
bValue
- the boolean to be represented by this value~CBooleanValue();
Destroys the boolean value.
Function Detail |
int GetType();
Returns the type of this value
(that is,
CValue::typeBoolean
).
bool GetBoolean();
Returns the boolean represented by this value.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |