#include <ClassCollection.h>
Definition at line 26 of file ClassCollection.h.
Public Types | |
typedef FdoPtr< ClassCollection > | Ptr |
Type of FDO smart pointer for the class. | |
Static Public Member Functions | |
static FDOPOSTGIS_API ClassCollection * | Create (FdoPhysicalElementMapping *parent) |
Factory creates collection with parent specified. | |
static FDOPOSTGIS_API ClassCollection * | Create () |
Factory creates collection without parent specified. | |
Protected Member Functions | |
ClassCollection (FdoPhysicalElementMapping *parent) | |
Constructor creates class collection with specified parent. | |
ClassCollection () | |
Default constructor creates class collection with no parent. | |
virtual void | Dispose () |
virtual | ~ClassCollection () |
Destructor. |