Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CListValue

class CListValue: public CValue {
public:
    CListValue();
    ~CListValue();
public:
    int GetType();
    CList *GetList();
    };

The ECMAScript list value.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
See Also:
CList
Constructor/Destructor Summary
CListValue ();
����������Constructs the list value.
~CListValue ();
����������Destroys the list value.

Function Summary
int GetType ();
����������Returns type of this value.
CList�* GetList ();
����������Returns a list associated with this value.

Constructor/Destructor Detail

CListValue

CListValue();

Constructs the list value.

~CListValue

~CListValue();

Destroys the list value.

Function Detail

GetType

int GetType();

Returns type of this value.

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

GetList

CList *GetList();

Returns a list associated with this value.

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