dca_interface  6.3.4
wac_applications.h
Go to the documentation of this file.
1 /* IBM Source Code */
2 /* (C) Copyright IBM Corp. 2009, 2012 */
3 /* Licensed Materials - Property of IBM */
4 /* US Government Users Restricted Rights - Use duplication or disclosure restricted by GSA Schedule Contract with IBM Corp. */
5 
6 #ifndef WAC_APPLICATIONS_H
7 #define WAC_APPLICATIONS_H
8 
16 namespace dca_wac {
17 
18  class wacapplications_p;
19 
31  public:
34  WacApplications( const WacApplications& aApplications );
35  WacApplications& operator = ( const WacApplications& aApplications );
36  virtual ~WacApplications();
38 
46 
54 
60 
67 
69  PRIVATE_PTR wacapplications_p *_p;
70  };
71 
72 }
73 
74 #endif
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).
Definition: base_types.h:66
size_t DCA_SIZE_TYPE
Type for size (used for size of array and collections).
Definition: base_types.h:72
int DCA_APPLICATION_ID_TYPE
Type for application ids.
Definition: base_types.h:48
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.
Definition: base_types.h:83
DCA_SIZE_TYPE size() const
Returns the number of applications in the container.