dca_interface  6.3.4
wac_categoriesinfo.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_CATEGORIES_INFO_H
7 #define WAC_CATEGORIES_INFO_H
8 
21 namespace dca_wac {
22 
23  class waccategories_info_p;
24 
40  public:
43  WacCategoriesInfo( const WacCategoriesInfo& aCatInfo );
44  WacCategoriesInfo& operator = ( const WacCategoriesInfo& aCatInfo );
45  virtual ~WacCategoriesInfo();
47 
52 
57 
61  WacTags getTags() const;
62 
64  PRIVATE_PTR waccategories_info_p *_p;
65  };
66 }
67 
68 #endif
Definition: wac_tags.h:30
Definition of a container class for WacAction objects.
Definition: wac_actions.h:32
WacTags getTags() const
Returns the contained WacTags.
WacActions getActions() const
Returns the contained WacActions.
Container class for all WAC enumeration objects.
Definition of a container class for WacApplication objects.
WacApplications getApplications() const
Returns the contained WacApplications.
#define PRIVATE_PTR
Type for private pointer implementations, for internal use only.
Definition: base_types.h:83