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

FdoClassCollection Class Reference

#include <ClassCollection.h>

Inherits FdoSchemaCollection< FdoClassDefinition >.

Inheritance diagram for FdoClassCollection:

[legend]
List of all members.

Detailed Description

The FdoClassCollection class represents a collection of FdoClassDefinition classes.

Definition at line 31 of file ClassCollection.h.


Static Public Member Functions

FDO_API FdoClassCollectionCreate (FdoSchemaElement *parent)
 Constructs an instance of an FdoClassCollection using the specified argument.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoClassCollection (FdoSchemaElement *parent)
 Constructs an instance of a ClassCollection using the specified argument.
 FdoClassCollection ()
 DOXYGEN-IGNORE
virtual ~FdoClassCollection ()

Friends

class FdoFeatureSchema

Constructor & Destructor Documentation

FdoClassCollection::FdoClassCollection  )  [inline, protected]
 

DOXYGEN-IGNORE

Definition at line 37 of file ClassCollection.h.

FdoClassCollection::FdoClassCollection FdoSchemaElement parent  )  [inline, protected]
 

Constructs an instance of a ClassCollection using the specified argument.

Definition at line 42 of file ClassCollection.h.

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

Definition at line 46 of file ClassCollection.h.


Member Function Documentation

FDO_API FdoClassCollection* FdoClassCollection::Create FdoSchemaElement parent  )  [static]
 

Constructs an instance of an FdoClassCollection using the specified argument.

Parameters:
parent Input parent FdoSchemeElement
Returns:
Returns FdoClassCollection

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

Dispose this object.

Returns:
Returns nothing

Implements FdoIDisposable.

Definition at line 50 of file ClassCollection.h.


Friends And Related Function Documentation

friend class FdoFeatureSchema [friend]
 

Definition at line 33 of file ClassCollection.h.


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