FDO API Reference Feature Data Objects

FdoSingleValue Class Reference

#include <SingleValue.h>

List of all members.


Detailed Description

The FdoSingleValue class derives from FdoDataValue and represents a single precision floating point number.

Definition at line 32 of file SingleValue.h.


Public Member Functions

FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoSingleValue.
FDO_API float GetSingle ()
 Gets the FdoSingleValue as a single precision floating point number.
FDO_API operator float ()
 A cast operator to get the floating point value.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoSingleValue to the appropriate expression processor operation.
FDO_API void SetSingle (float value)
 Sets the FdoSingleValue as a single precision floating point number.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoSingleValueCreate (float value)
 Constructs a default instance of an FdoSingleValue using the specified arguments.
static FDO_API FdoSingleValueCreate ()
 Constructs a default instance of an FdoSingleValue with a value of null.

Protected Member Functions

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

Protected Attributes

float m_data

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