|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CObjectValue: public CValue { public: CObjectValue(const XObject &pObject); ~CObjectValue(); public: int GetType(); XObject GetObject(); };
The ECMAScript object value.
CObject
Constructor/Destructor Summary | |
CObjectValue
(const XObject &pObject);
����������Constructs the object value. |
|
~CObjectValue
();
����������Destroys the object value. |
Function Summary | |
int
|
GetType
();
����������Returns type of this value. |
XObject
|
GetObject
();
����������Returns an object associated with this value. |
Constructor/Destructor Detail |
CObjectValue(const XObject &pObject);
Constructs the object value.
pObject
- the object to be associated
with this value~CObjectValue();
Destroys the object value.
Function Detail |
int GetType();
Returns type of this value.
CValue::typeObject
)XObject GetObject();
Returns an object 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 |