Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CStringValue

class CStringValue: public CValue {
public:
    CStringValue();
    CStringValue(const CString &strValue);
    ~CStringValue();
public:
    int GetType();
    CString GetString();
    };

The ECMAScript string value.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
CStringValue ();
����������Constructs the string value.
CStringValue (const CString &strValue);
����������Constructs the string value with the specified initial content.
~CStringValue ();
����������Destroys the string value.

Function Summary
int GetType ();
����������Returns type of this value.
CString GetString ();
����������Returns a string associated with this value.

Constructor/Destructor Detail

CStringValue

CStringValue();

Constructs the string value.

The empty string is assigned to the constructed value.

CStringValue

CStringValue(const CString &strValue);

Constructs the string value with the specified initial content.

Parameters:
strValue - the initial content

~CStringValue

~CStringValue();

Destroys the string value.

Function Detail

GetType

int GetType();

Returns type of this value.

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

GetString

CString GetString();

Returns a string associated with this value.

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