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

FdoExpressionCollection Class Reference

#include <ExpressionCollection.h>

Inherits FdoCollection< FdoExpression, FdoExpressionException >.

Inheritance diagram for FdoExpressionCollection:

[legend]
List of all members.

Detailed Description

The FdoExpressionCollection class represents a collection of FdoExpression objects.

Definition at line 32 of file ExpressionCollection.h.


Static Public Member Functions

FDO_API FdoExpressionCollectionCreate ()
 Constructs a default instance of an FdoExpressionCollection.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoExpressionCollection ()
 DOXYGEN-IGNORE
virtual ~FdoExpressionCollection ()

Constructor & Destructor Documentation

FdoExpressionCollection::FdoExpressionCollection  )  [inline, protected]
 

DOXYGEN-IGNORE

Definition at line 36 of file ExpressionCollection.h.

virtual FdoExpressionCollection::~FdoExpressionCollection  )  [inline, protected, virtual]
 

Definition at line 40 of file ExpressionCollection.h.


Member Function Documentation

FDO_API FdoExpressionCollection* FdoExpressionCollection::Create  )  [static]
 

Constructs a default instance of an FdoExpressionCollection.

Returns:
Returns FdoExpressionCollection

virtual void FdoExpressionCollection::Dispose  )  [inline, protected, virtual]
 

Dispose this object.

Returns:
Returns nothing

Implements FdoIDisposable.

Definition at line 44 of file ExpressionCollection.h.


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