|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CListValue: public CValue { public: CListValue(); ~CListValue(); public: int GetType(); CList *GetList(); };
The ECMAScript list value.
CList
Constructor/Destructor Summary | |
CListValue
();
����������Constructs the list value. |
|
~CListValue
();
����������Destroys the list value. |
Function Summary | |
int
|
GetType
();
����������Returns type of this value. |
CList�*
|
GetList
();
����������Returns a list associated with this value. |
Constructor/Destructor Detail |
CListValue();
Constructs the list value.
~CListValue();
Destroys the list value.
Function Detail |
int GetType();
Returns type of this value.
CValue::typeList
)CList *GetList();
Returns a list 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 |