FDO API Reference Feature Data Objects

FdoIdentifierCollection Class Reference

#include <IdentifierCollection.h>

Inherits FdoCollection< FdoIdentifier, FdoCommandException >.

Inheritance diagram for FdoIdentifierCollection:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoIdentifierCollection class represents a collection of FdoIdentifier objects.

Definition at line 32 of file IdentifierCollection.h.


Public Member Functions

FDO_API FdoIdentifierFindItem (FdoString *name)
 Finds the item in the collection with the specified name. Returns NULL if an item with the specified name does not exist in the collection.
FDO_API FdoIdentifierGetItem (FdoInt32 index)
 Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
FDO_API FdoIdentifierGetItem (FdoString *name)
 Gets the item in the collection with the specified name. Throws an invalid argument exception if an item with the specified name does not exist in the collection.

Static Public Member Functions

static FDO_API FdoIdentifierCollectionCreate ()
 Constructs a default empty instance of an FdoIdentifierCollection.

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