| FDO API Reference | Feature Data Objects |
#include <ByteValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoByteValue:
Definition at line 33 of file ByteValue.h.
Public Member Functions | |
| FDO_API FdoByte | GetByte () |
| Gets the FdoByteValue. | |
| FDO_API FdoDataType | GetDataType () |
| Gets the data type of the FdoByteValue. | |
| FDO_API | operator FdoByte () |
| A cast operator to get the byte value. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoByteValue to the appropriate expression processor operation. | |
| FDO_API void | SetByte (FdoByte value) |
| Sets the byte value. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoByteValue * | Create (FdoByte value) |
| Constructs a default instance of an FdoByteValue using the specified arguments. | |
| FDO_API FdoByteValue * | Create () |
| Constructs a default instance of an FdoByteValue with a value of null. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| virtual FdoCompareType | DoCompare (FdoDataValue *other) |
| DOXYGEN-IGNORE | |
| FdoByteValue (FdoByte value) | |
| Constructs a default instance of an FdoByteValue using the specified arguments. | |
| FdoByteValue () | |
| DOXYGEN-IGNORE Constructs a default instance of an FdoByteValue with a value of null. | |
| virtual | ~FdoByteValue () |
| Default destructor for FdoByteValue. | |
Protected Attributes | |
| FdoByte | m_data |
|
|
DOXYGEN-IGNORE Constructs a default instance of an FdoByteValue with a value of null.
|
|
|
Constructs a default instance of an FdoByteValue using the specified arguments.
|
|
|
Default destructor for FdoByteValue.
|
|
|
Constructs a default instance of an FdoByteValue using the specified arguments.
Reimplemented from FdoDataValue. |
|
|
Constructs a default instance of an FdoByteValue with a value of null.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
DOXYGEN-IGNORE
Reimplemented from FdoDataValue. |
|
|
Gets the FdoByteValue.
|
|
|
Gets the data type of the FdoByteValue.
Implements FdoDataValue. |
|
|
A cast operator to get the byte value.
Definition at line 134 of file ByteValue.h. References FDO_API. |
|
|
Overrides FdoExpression.Process to pass the FdoByteValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the byte value.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
|
Definition at line 144 of file ByteValue.h. |
| Comments or suggestions? Send us feedback. |