dca_interface
6.3.4
|
#include <malware_categoriesinfo.h>
Container class for all Malware enumeration objects.
Can be obtained from a MalwareClassification object.
You can use the related member functions to enumerate all locales and categories.
The following sample code shows how to iterate over the data contained in a MalwareCategoriesInfo object:
Definition at line 39 of file malware_categoriesinfo.h.
Public Member Functions | |
MalwareLocales | getLocales () const |
Returns the contained MalwareLocales. | |
MalwareCategories | getCategories () const |
Returns the contained MalwareCategories. | |
MalwareEnums | getEnums () const |
Returns the contained MalwareEnums. | |