DCA_SIZE_TYPE size() const
Returns the number of enums in the container.
IprEnum at(DCA_INDEX_TYPE index) const
Returns the IprEnum with given index.
int DCA_ENUM_ID_TYPE
Id type for IprEnum class.
IprEnum byId(DCA_ENUM_ID_TYPE id) const
Returns the IprEnum with the given id.
The IprEnum class describes a single enumerable item, for example the Geo Location "Greenland".
IprEnum operator[](DCA_INDEX_TYPE index) const
Similar to at() but allows a more C++ style access.
Definition of a container class for IprEnum objects.
size_t DCA_INDEX_TYPE
Type for index access (used for arrays and collections).
size_t DCA_SIZE_TYPE
Type for size (used for size of array and collections).
#define PRIVATE_PTR
Type for private pointer implementations, for internal use only.