FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoByteValue Class Reference

#include <ByteValue.h>

Inherits FdoDataValue.

Inheritance diagram for FdoByteValue:

[legend]
List of all members.

Detailed Description

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

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

Static Public Member Functions

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

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 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

Constructor & Destructor Documentation

FdoByteValue::FdoByteValue  )  [protected]
 

DOXYGEN-IGNORE Constructs a default instance of an FdoByteValue with a value of null.

Returns:
Returns nothing

FdoByteValue::FdoByteValue FdoByte  value  )  [protected]
 

Constructs a default instance of an FdoByteValue using the specified arguments.

Parameters:
value Input a byte
Returns:
Returns nothing

virtual FdoByteValue::~FdoByteValue  )  [protected, virtual]
 

Default destructor for FdoByteValue.


Member Function Documentation

FDO_API FdoByteValue* FdoByteValue::Create FdoByte  value  )  [static]
 

Constructs a default instance of an FdoByteValue using the specified arguments.

Parameters:
value Input a byte
Returns:
Returns the created FdoByteValue

Reimplemented from FdoDataValue.

FDO_API FdoByteValue* FdoByteValue::Create  )  [static]
 

Constructs a default instance of an FdoByteValue with a value of null.

Returns:
Returns the created FdoByteValue

virtual void FdoByteValue::Dispose  )  [protected, virtual]
 

Dispose this object.

Returns:
Returns nothing

Implements FdoIDisposable.

FDO_API FdoByte FdoByteValue::GetByte  ) 
 

Gets the FdoByteValue.

Returns:
Returns a byte

FDO_API FdoDataType FdoByteValue::GetDataType  )  [virtual]
 

Gets the data type of the FdoByteValue.

Returns:
Returns an FdoDataType

Implements FdoDataValue.

FDO_API FdoByteValue::operator FdoByte  )  [inline]
 

A cast operator to get the byte value.

Returns:
Returns a byte

Definition at line 134 of file ByteValue.h.

References FDO_API.

FDO_API void FdoByteValue::Process FdoIExpressionProcessor p  )  [virtual]
 

Overrides FdoExpression.Process to pass the FdoByteValue to the appropriate expression processor operation.

Parameters:
p Input an FdoIExpressionProcessor
Returns:
Returns nothing

Implements FdoExpression.

FDO_API void FdoByteValue::SetByte FdoByte  value  ) 
 

Sets the byte value.

Parameters:
value Input a byte
Returns:
Returns nothing

FDO_API FdoString* FdoByteValue::ToString  )  [virtual]
 

Returns the well defined text representation of this expression.

Returns:
Returns a text string

Implements FdoExpression.


Member Data Documentation

FdoByte FdoByteValue::m_data [protected]
 

DOXYGEN-IGNORE

Definition at line 141 of file ByteValue.h.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.