Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CReference

class CReference {
public:
    CReference(
        const XObject &pBase, 
        const CPropertyName &propertyName);
    ~CReference();
public:
    XObject GetBase() const;
    CPropertyName GetPropertyName() const;
    };

The ECMAScript reference.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
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

CReference(
    const XObject &pBase, 
    const CPropertyName &propertyName);

Constructs the reference.

Parameters:
pBase - the base object
propertyName - the property name

~CReference

~CReference();

Destroys the reference.

Function Detail

GetBase

XObject GetBase();

Returns a base object of this reference.

Returns:
the base object of this reference

GetPropertyName

CPropertyName GetPropertyName();

Returns a property name of this reference.

Returns:
the property name of this reference

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.