|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CReference { public: CReference( const XObject &pBase, const CPropertyName &propertyName); ~CReference(); public: XObject GetBase() const; CPropertyName GetPropertyName() const; };
The ECMAScript reference.
CPropertyName, CObject
Constructor/Destructor Summary | |
CReference
(const XObject &pBase, const CPropertyName &propertyName);
����������Constructs the reference. |
|
~CReference
();
����������Destroys the reference. |
Function Summary | |
XObject
|
GetBase
();
����������Returns a base object of this reference. |
CPropertyName
|
GetPropertyName
();
����������Returns a property name of this reference. |
Constructor/Destructor Detail |
CReference( const XObject &pBase, const CPropertyName &propertyName);
Constructs the reference.
pBase
- the base objectpropertyName
- the property name~CReference();
Destroys the reference.
Function Detail |
XObject GetBase();
Returns a base object of this reference.
CPropertyName GetPropertyName();
Returns a property name of this reference.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |