Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CObjectValue

class CObjectValue: public CValue {
public:
    CObjectValue(const XObject &pObject);
    ~CObjectValue();
public:
    int GetType();
    XObject GetObject();
    };

The ECMAScript object value.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CObject
Constructor/Destructor Summary
CObjectValue (const XObject &pObject);
����������Constructs the object value.
~CObjectValue ();
����������Destroys the object value.

Function Summary
int GetType ();
����������Returns type of this value.
XObject GetObject ();
����������Returns an object associated with this value.

Constructor/Destructor Detail

CObjectValue

CObjectValue(const XObject &pObject);

Constructs the object value.

Parameters:
pObject - the object to be associated with this value

~CObjectValue

~CObjectValue();

Destroys the object value.

Function Detail

GetType

int GetType();

Returns type of this value.

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

GetObject

XObject GetObject();

Returns an object associated with this value.

Returns:
the object 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.