FDO API Reference Feature Data Objects

FdoBooleanValue Class Reference

#include <BooleanValue.h>

List of all members.


Detailed Description

The FdoBooleanValue class derives from FdoDataValue and represents a Boolean value.

Definition at line 32 of file BooleanValue.h.


Public Member Functions

FDO_API bool GetBoolean ()
 Gets the FdoBooleanValue.
FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoBooleanValue.
FDO_API operator bool ()
 A cast operator to get the Boolean value.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoBooleanValue to the appropriate expression processor operation.
FDO_API void SetBoolean (bool value)
 Sets the Boolean value.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoBooleanValueCreate (bool value)
 Constructs a default instance of an FdoBooleanValue using the specified arguments.
static FDO_API FdoBooleanValueCreate ()
 Constructs a default instance of an FdoBooleanValue with a value of null.

Protected Member Functions

virtual void Dispose ()
 FdoBooleanValue (bool value)
 Constructs a default instance of an FdoBooleanValue using the specified arguments.
 FdoBooleanValue ()
 Constructs a default instance of an FdoBooleanValue with a value of null.
virtual ~FdoBooleanValue ()
 Default destructor for FdoBooleanValue.

Protected Attributes

bool m_data

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.