int DCA_GROUP_ID_TYPE
Type for group ids.
Definition of a container class for Group objects.
Group operator[](DCA_INDEX_TYPE index) const
Access to a group with the given index.
DCA_SIZE_TYPE size() const
The number of items in the container.
size_t DCA_INDEX_TYPE
Type for index access (used for arrays and collections).
Group byId(DCA_GROUP_ID_TYPE id) const
Returns the group with the given group id.
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.
Encapsulates a group as defined in the related categories XML schema (see Categories XML: Groups).
Group at(DCA_INDEX_TYPE index) const
Access to a group with the given index.