FDO API Reference Feature Data Objects

FdoInt16Value Class Reference

#include <Int16Value.h>

List of all members.


Detailed Description

The FdoInt16Value class derives from FdoDataValue and represents a 16-bit signed integer value.

Definition at line 32 of file Int16Value.h.


Public Member Functions

FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoInt16Value.
FDO_API FdoInt16 GetInt16 ()
 Gets the FdoInt16Value.
FDO_API operator FdoInt16 ()
 A cast operator to get the integer value.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoInt16Value to the appropriate expression processor operation.
FDO_API void SetInt16 (FdoInt16 value)
 Sets the FdoInt16Value.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoInt16ValueCreate (FdoInt16 value)
 Constructs a default instance of an FdoInt16Value using the specified arguments.
static FDO_API FdoInt16ValueCreate ()
 Constructs a default instance of an FdoInt16Value with a value of null.

Protected Member Functions

virtual void Dispose ()
 FdoInt16Value (FdoInt16 value)
 Constructs a default instance of an FdoInt16Value using the specified arguaments.
 FdoInt16Value ()
 Constructs a default instance of an FdoInt16Value with a value of null.
virtual ~FdoInt16Value ()
 Default destructor for FdoInt16Value.

Protected Attributes

FdoInt16 m_data

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