| FDO API Reference | Feature Data Objects |
#include <Int16Value.h>
Inherits FdoDataValue.
Inheritance diagram for FdoInt16Value:
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 FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoInt16Value * | Create (FdoInt16 value) |
| Constructs a default instance of an FdoInt16Value using the specified arguments. | |
| FDO_API FdoInt16Value * | Create () |
| Constructs a default instance of an FdoInt16Value 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. | |
| 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. | |
Static Protected Member Functions | |
| FdoInt16Value * | Create (FdoDataValue *src, FdoBoolean truncate=false, FdoBoolean nullIfIncompatible=false) |
| DOXYGEN-IGNORE Constructs an instance of an FdoInt16Value from another FdoDataValue. | |
Protected Attributes | |
| FdoInt16 | m_data |
Friends | |
| class | FdoByteValue |
| DOXYGEN-IGNORE | |
|
|
Constructs a default instance of an FdoInt16Value with a value of null.
|
|
|
Constructs a default instance of an FdoInt16Value using the specified arguaments.
|
|
|
Default destructor for FdoInt16Value.
|
|
||||||||||||||||
|
DOXYGEN-IGNORE Constructs an instance of an FdoInt16Value from another FdoDataValue.
|
|
|
Constructs a default instance of an FdoInt16Value using the specified arguments.
Reimplemented from FdoDataValue. |
|
|
Constructs a default instance of an FdoInt16Value 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 FdoInt16Value.
Implements FdoDataValue. |
|
|
Gets the FdoInt16Value.
|
|
|
A cast operator to get the integer value.
Definition at line 139 of file Int16Value.h. References FDO_API. |
|
|
Overrides FdoExpression.Process to pass the FdoInt16Value to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the FdoInt16Value.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
|
DOXYGEN-IGNORE
Reimplemented from FdoDataValue. Definition at line 35 of file Int16Value.h. |
|
|
Definition at line 176 of file Int16Value.h. |
| Comments or suggestions? Send us feedback. |