| FDO API Reference | Feature Data Objects |
#include <SingleValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoSingleValue:
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 FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoSingleValue * | Create (float value) |
| Constructs a default instance of an FdoSingleValue using the specified arguments. | |
| FDO_API FdoSingleValue * | Create () |
| Constructs a default instance of an FdoSingleValue with a value of null. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| virtual FdoCompareType | DoCompare (FdoDataValue *other) |
| Type-specific comparison function. Each sub-class has its own implementation. | |
| 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. | |
Static Protected Member Functions | |
| FdoSingleValue * | Create (FdoDataValue *src, FdoBoolean truncate=false, FdoBoolean nullIfIncompatible=false) |
| DOXYGEN-IGNORE Constructs an instance of an FdoSingleValue from another FdoDataValue. | |
Protected Attributes | |
| float | m_data |
Friends | |
| class | FdoByteValue |
| DOXYGEN-IGNORE | |
| class | FdoInt16Value |
| class | FdoInt32Value |
| class | FdoInt64Value |
|
|
Constructs a default instance of an FdoSingleValue with a value of null.
|
|
|
Constructs a default instance of an FdoSingleValue using the specified arguments.
|
|
|
Default destructor for FdoSingleValue.
|
|
||||||||||||||||
|
DOXYGEN-IGNORE Constructs an instance of an FdoSingleValue from another FdoDataValue.
|
|
|
Constructs a default instance of an FdoSingleValue using the specified arguments.
Reimplemented from FdoDataValue. |
|
|
Constructs a default instance of an FdoSingleValue with a value of null.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Type-specific comparison function. Each sub-class has its own implementation.
Reimplemented from FdoDataValue. |
|
|
Gets the data type of the FdoSingleValue.
Implements FdoDataValue. |
|
|
Gets the FdoSingleValue as a single precision floating point number.
|
|
|
A cast operator to get the floating point value.
Definition at line 139 of file SingleValue.h. References FDO_API. |
|
|
Overrides FdoExpression.Process to pass the FdoSingleValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the FdoSingleValue as a single precision floating point number.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
|
DOXYGEN-IGNORE
Reimplemented from FdoDataValue. Definition at line 35 of file SingleValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 36 of file SingleValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 37 of file SingleValue.h. |
|
|
Reimplemented from FdoDataValue. Definition at line 38 of file SingleValue.h. |
|
|
Definition at line 179 of file SingleValue.h. |
| Comments or suggestions? Send us feedback. |