|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CReferenceValue: public CValue { public: CReferenceValue( const XObject &pBase, const CPropertyName &propertyName); ~CReferenceValue(); public: int GetType(); CReference *GetReference(); };
The ECMAScript reference value.
CPropertyName, CObject, CReference
Constructor/Destructor Summary | |
CReferenceValue
(const XObject &pBase, const CPropertyName &propertyName);
����������Constructs the reference value. |
|
~CReferenceValue
();
����������Destroys the reference value. |
Function Summary | |
int
|
GetType
();
����������Returns type of this value. |
CReference�*
|
GetReference
();
����������Returns a reference associated with this value. |
Constructor/Destructor Detail |
CReferenceValue( const XObject &pBase, const CPropertyName &propertyName);
Constructs the reference value.
pBase
- the base objectpropertyName
- the property name~CReferenceValue();
Destroys the reference value.
Function Detail |
int GetType();
Returns type of this value.
CValue::typeReference
)CReference *GetReference();
Returns a reference 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 |