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

FdoLiteralValue Class Reference

#include <LiteralValue.h>

Inherits FdoValueExpression.

Inherited by FdoDataValue, and FdoGeometryValue.

Inheritance diagram for FdoLiteralValue:

[legend]
List of all members.

Detailed Description

FdoLiteralValue is an abstract base class that derives from FdoValueExpression to form the root for all literal value types.

Definition at line 33 of file LiteralValue.h.


Public Member Functions

virtual FDO_API FdoLiteralValueType GetLiteralValueType () const =0
 Gets the literal value type of the FdoLiteralValue.

Member Function Documentation

virtual FDO_API FdoLiteralValueType FdoLiteralValue::GetLiteralValueType  )  const [pure virtual]
 

Gets the literal value type of the FdoLiteralValue.

Returns:
Returns an FdoLiteralValueType

Implemented in FdoDataValue, and FdoGeometryValue.


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