Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CReferenceValue

class CReferenceValue: public CValue {
public:
    CReferenceValue(
        const XObject &pBase, 
        const CPropertyName &propertyName);
    ~CReferenceValue();
public:
    int GetType();
    CReference *GetReference();
    };

The ECMAScript reference value.

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

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

Constructs the reference value.

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

~CReferenceValue

~CReferenceValue();

Destroys the reference value.

Function Detail

GetType

int GetType();

Returns type of this value.

Returns:
the type of this value (that is, CValue::typeReference )

GetReference

CReference *GetReference();

Returns a reference associated with this value.

Returns:
the reference associated with this value

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

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