dca_interface  6.3.4
malware_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 MALWARE_CATEGORIES_INFO_H
7 #define MALWARE_CATEGORIES_INFO_H
8 
21 namespace dca_malware {
22 
23  class malwarecategories_info_p;
24 
40  public:
44  MalwareCategoriesInfo& operator = ( const MalwareCategoriesInfo& catinfo );
45  virtual ~MalwareCategoriesInfo();
47 
52 
57 
62 
64  PRIVATE_PTR malwarecategories_info_p *_p;
65  };
66 }
67 
68 #endif
Container class for all Malware enumeration objects.
MalwareLocales getLocales() const
Returns the contained MalwareLocales.
Definition of a container class for MalwareEnum objects.
Definition: malware_enums.h:30
MalwareCategories getCategories() const
Returns the contained MalwareCategories.
Definition of a container class for MalwareLocale objects.
#define PRIVATE_PTR
Type for private pointer implementations, for internal use only.
Definition: base_types.h:83
Definition of a container class for MalwareCategory objects.
MalwareEnums getEnums() const
Returns the contained MalwareEnums.