|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CStringValue: public CValue { public: CStringValue(); CStringValue(const CString &strValue); ~CStringValue(); public: int GetType(); CString GetString(); };
The ECMAScript string value.
Constructor/Destructor Summary | |
CStringValue
();
����������Constructs the string value. |
|
CStringValue
(const CString &strValue);
����������Constructs the string value with the specified initial content. |
|
~CStringValue
();
����������Destroys the string value. |
Function Summary | |
int
|
GetType
();
����������Returns type of this value. |
CString
|
GetString
();
����������Returns a string associated with this value. |
Constructor/Destructor Detail |
CStringValue();
Constructs the string value.
The empty string is assigned to the constructed value.
CStringValue(const CString &strValue);
Constructs the string value with the specified initial content.
strValue
- the initial content~CStringValue();
Destroys the string value.
Function Detail |
int GetType();
Returns type of this value.
CValue::typeString
)CString GetString();
Returns a string 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 |