Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CNullValue

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

The ECMAScript null value.

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

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

Constructor/Destructor Detail

CNullValue

CNullValue();

Constructs the null value.

~CNullValue

~CNullValue();

Destroys the null value.

Function Detail

GetType

int GetType();

Returns type of theis value.

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

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

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