FdoByteValue Class Reference

The FdoByteValue class derives from FdoDataValue and represents a literal byte value. More...

#include <ByteValue.h>

Inherits FdoDataValue.

List of all members.


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 FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoByteValueCreate (FdoByte value)
 Constructs a default instance of an FdoByteValue using the specified arguments.
static FDO_API FdoByteValueCreate ()
 Constructs a default instance of an FdoByteValue with a value of null.

Friends

class FdoDataValue
class FdoStringValue

Detailed Description

The FdoByteValue class derives from FdoDataValue and represents a literal byte value.

Definition at line 33 of file ByteValue.h.


The documentation for this class was generated from the following file: