WacAction byId(DCA_ACTION_ID_TYPE actionId) const
Returns the action with the given action id.
int DCA_ACTION_ID_TYPE
Type for action ids.
The WacAction class represents a given action of an application e.g. UPLOAD FILE, ADD ATTACHMENT,...
WacAction operator[](DCA_INDEX_TYPE index) const
Similar to at() but allows a more C++ style access.
Definition of a container class for WacAction objects.
WacAction at(DCA_INDEX_TYPE index) const
Returns the WacAction with the given index.
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.
DCA_SIZE_TYPE size() const
Returns the number of actions in the container.