#include <ByteValue.h>
Inherits FdoDataValue.
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 | |
static FDO_API FdoByteValue * | Create (FdoByte value) |
Constructs a default instance of an FdoByteValue using the specified arguments. | |
static FDO_API FdoByteValue * | Create () |
Constructs a default instance of an FdoByteValue with a value of null. | |
Friends | |
class | FdoDataValue |
class | FdoStringValue |
Definition at line 33 of file ByteValue.h.