|
template<class OBJ , class EXC >
virtual FdoInt32 FdoCollection< 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:
-
- Returns:
- Returns the index of the newly added item
Reimplemented in FdoNamedCollection< OBJ, EXC >, FdoPhysicalElementMappingCollection< OBJ >, FdoSchemaCollection< OBJ >, FdoNamedCollection< FdoFunctionDefinition, FdoConnectionException >, FdoNamedCollection< FdoXmlAttribute, FdoXmlException >, FdoNamedCollection< OBJ, FdoSchemaException >, FdoNamedCollection< FdoXmlReader::PrefixMapping, FdoXmlException >, FdoNamedCollection< OBJ, FdoCommandException >, FdoNamedCollection< FdoDictionaryElement, FdoException >, FdoPhysicalElementMappingCollection< FdoXmlClassMapping >, FdoPhysicalElementMappingCollection< FdoXmlElementMapping >, FdoSchemaCollection< FdoClassDefinition >, FdoSchemaCollection< FdoFeatureSchema >, FdoSchemaCollection< FdoFeatureClass >, FdoSchemaCollection< FdoPropertyDefinition >, and FdoSchemaCollection< FdoDataPropertyDefinition >.
Definition at line 116 of file Collection.h.
|