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

FdoInt64Value Class Reference

#include <Int64Value.h>

Inherits FdoDataValue.

Inheritance diagram for FdoInt64Value:

[legend]
List of all members.

Detailed Description

The FdoInt64Value class derives from FdoDataValue and represents a 64-bit signed integer value.

Definition at line 32 of file Int64Value.h.


Public Member Functions

FDO_API FdoDataType GetDataType ()
 Gets the data type of the FdoInt64Value.
FDO_API FdoInt64 GetInt64 ()
 Gets the FdoInt64Value.
FDO_API operator FdoInt64 ()
 A cast operator to get the integer value.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoInt64Value to the appropriate expression processor operation.
FDO_API void SetInt64 (FdoInt64 value)
 Sets the FdoInt64Value.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

FDO_API FdoInt64ValueCreate (FdoInt64 value)
 Constructs a default instance of an FdoInt64Value using the specified arguments.
FDO_API FdoInt64ValueCreate ()
 Constructs a default instance of an FdoInt64Value with a value of null.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoInt64Value (FdoInt64 value)
 Constructs a default instance of an FdoInt64Value using the specified arguments.
 FdoInt64Value ()
 DOXYGEN-IGNORE Constructs a default instance of an FdoInt64Value with a value of null.
virtual ~FdoInt64Value ()
 Default destructor for FdoInt64Value.

Protected Attributes

FdoInt64 m_data

Constructor & Destructor Documentation

FdoInt64Value::FdoInt64Value  )  [protected]
 

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

Returns:
Returns nothing

FdoInt64Value::FdoInt64Value FdoInt64  value  )  [protected]
 

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

Parameters:
value Input a 64 bit integer
Returns:
Returns nothing

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

Default destructor for FdoInt64Value.


Member Function Documentation

FDO_API FdoInt64Value* FdoInt64Value::Create FdoInt64  value  )  [static]
 

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

Parameters:
value Input a 64 bit integer
Returns:
Returns the created FdoInt64Value

Reimplemented from FdoDataValue.

FDO_API FdoInt64Value* FdoInt64Value::Create  )  [static]
 

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

Returns:
Returns the created FdoInt64Value

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

Dispose this object.

Returns:
Returns nothing

Implements FdoIDisposable.

FDO_API FdoDataType FdoInt64Value::GetDataType  )  [virtual]
 

Gets the data type of the FdoInt64Value.

Returns:
Returns an FdoDataType

Implements FdoDataValue.

FDO_API FdoInt64 FdoInt64Value::GetInt64  ) 
 

Gets the FdoInt64Value.

Returns:
Returns a 64 bit integer

FDO_API FdoInt64Value::operator FdoInt64  )  [inline]
 

A cast operator to get the integer value.

Returns:
Returns a 64 bit integer

Definition at line 135 of file Int64Value.h.

References FDO_API.

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

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

Parameters:
p Input an FdoIExpressionProcessor
Returns:
Returns nothing

Implements FdoExpression.

FDO_API void FdoInt64Value::SetInt64 FdoInt64  value  ) 
 

Sets the FdoInt64Value.

Parameters:
value Input a 64 bit integer
Returns:
Returns nothing

FDO_API FdoString* FdoInt64Value::ToString  )  [virtual]
 

Returns the well defined text representation of this expression.

Returns:
Returns a character string

Implements FdoExpression.


Member Data Documentation

FdoInt64 FdoInt64Value::m_data [protected]
 

Definition at line 141 of file Int64Value.h.


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