FDO API Reference Feature Data Objects

FdoPhysicalElementMappingCollection< OBJ > Class Template Reference

#include <PhysicalElementMappingCollection.h>

Inherits FdoNamedCollection< OBJ, FdoCommandException >.

Inheritance diagram for FdoPhysicalElementMappingCollection< OBJ >:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<class OBJ>
class FdoPhysicalElementMappingCollection< OBJ >

FdoPhysicalElementMappingCollection is an abstract template class that is used to define collections of Physical Schema Mapping elements.

Definition at line 34 of file PhysicalElementMappingCollection.h.


Public Member Functions

virtual FdoInt32 Add (OBJ *value)
 Adds the specified item to the end of the collection. Returns the index of the newly added item.
virtual void Clear ()
 Removes all items from the collection.
virtual void Insert (FdoInt32 index, OBJ *value)
 Inserts the specified item at the specified index within the collection. Items following the insertion point are moved down to accommodate the new item. Throws an invalid argument exception if the specified index is out of range.
virtual void Remove (const OBJ *value)
 Removes the specified item from the collection. Throws an invalid argument exception if the item does not exist within the collection.
virtual void RemoveAt (FdoInt32 index)
 Removes the specified item from the collection. Throws an invalid argument exception if the item does not exist within the collection.
virtual void SetItem (FdoInt32 index, OBJ *value)
 Sets the item in the collection at the specified index to the specified value. Throws an invalid argument exception if the index is out of range.

Protected Attributes

FdoPhysicalElementMappingm_parent

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