Go to the documentation of this file.
    6 #ifndef WAC_APPLICATIONS_H 
    7 #define WAC_APPLICATIONS_H 
   18         class wacapplications_p;
 
  
WacApplication operator[](DCA_INDEX_TYPE index) const
Similar to at() but allows a more C++ style access.
 
WacApplication at(DCA_INDEX_TYPE index) const
Returns the WacApplication with given index.
 
The WacApplication class represents a given application e.g. HOTMAIL, GMAIL etc.
 
Definition of a container class for WacApplication 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).
 
int DCA_APPLICATION_ID_TYPE
Type for application ids.
 
WacApplication byId(DCA_APPLICATION_ID_TYPE appid) const
Returns the application with the given application id.
 
#define PRIVATE_PTR
Type for private pointer implementations, for internal use only.
 
DCA_SIZE_TYPE size() const
Returns the number of applications in the container.