Unicorn XML Toolkit
Version 1.00.00

Namespace Xpath
Class CBooleanValue

class CBooleanValue: public CValue {
public:
    CBooleanValue(bool bValue);
    ~CBooleanValue();
public:
    int GetType();
    bool GetBoolean();
    };

The XPath boolean value.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
CBooleanValue (bool bValue);
����������Constructs the boolean value.
~CBooleanValue ();
����������Destroys the boolean value.

Function Summary
int GetType ();
����������Returns the type of this value (that is, CValue::typeBoolean ).
bool GetBoolean ();
����������Returns the boolean represented by this value.

Constructor/Destructor Detail

CBooleanValue

CBooleanValue(bool bValue);

Constructs the boolean value.

Parameters:
bValue - the boolean to be represented by this value

~CBooleanValue

~CBooleanValue();

Destroys the boolean value.

Function Detail

GetType

int GetType();

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

Returns:
the type of this value

GetBoolean

bool GetBoolean();

Returns the boolean represented by this value.

Returns:
the boolean represented by 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.