FDO API Reference Feature Data Objects

template<class OBJ, class EXC>
virtual FdoInt32 FdoNamedCollection< OBJ, EXC >::Add OBJ *  value  )  [inline, virtual]
 

Adds the specified item to the end of the collection. Returns the index of the newly added item.

Parameters:
value Input value
Returns:
Returns the index of the newly added item
Insert the new item in the map

add it to the list.

Reimplemented from FdoCollection< OBJ, EXC >.

Reimplemented in FdoPhysicalElementMappingCollection< OBJ >, FdoDataPropertyDefinitionCollection, FdoSchemaCollection< OBJ >, FdoPhysicalElementMappingCollection< FdoXmlClassMapping >, FdoPhysicalElementMappingCollection< FdoXmlElementMapping >, FdoSchemaCollection< FdoClassDefinition >, FdoSchemaCollection< FdoFeatureSchema >, FdoSchemaCollection< FdoFeatureClass >, FdoSchemaCollection< FdoPropertyDefinition >, and FdoSchemaCollection< FdoDataPropertyDefinition >.

Definition at line 172 of file NamedCollection.h.

Referenced by FdoSchemaCollection< FdoDataPropertyDefinition >::Add(), and FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::Add().


Comments or suggestions? Send us feedback.