Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CUndefinedValue

class CUndefinedValue: public CValue {
public:
    CUndefinedValue();
    ~CUndefinedValue();
public:
    int GetType();
    };

The ECMAScript undefined value.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
CUndefinedValue ();
����������Constructs the undefined value.
~CUndefinedValue ();
����������Destroys the undefined value.

Function Summary
int GetType ();
����������Returns type of this value.

Constructor/Destructor Detail

CUndefinedValue

CUndefinedValue();

Constructs the undefined value.

~CUndefinedValue

~CUndefinedValue();

Destroys the undefined value.

Function Detail

GetType

int GetType();

Returns type of this value.

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

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

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