dca_interface
6.3.4
|
#include <malware_enum.h>
The MalwareEnum class describes a single enumerable item (currebtly not used for malware)
To retrieve all the enumerations available use the MalwareCategoriesInfo class.
Definition at line 26 of file malware_enum.h.
Public Member Functions | |
bool | operator== (const MalwareEnum &aInst) const |
Equality operator, returns true if two MalwareEnum objects refer to the identical item. More... | |
bool | operator!= (const MalwareEnum &aInst) const |
Inequality operator, returns true if two NullMalwareEnum objects refer to different internal enum items. More... | |
DCA_ENUM_ID_TYPE | id () const |
Returns the internal id of the enumerable item. More... | |
std::string | name (const std::string &localeString=std::string()) const |
Returns the localized (display) name of the enumerable item. More... | |
bool dca_malware::MalwareEnum::operator== | ( | const MalwareEnum & | aInst | ) | const |
Equality operator, returns true if two MalwareEnum objects refer to the identical item.
[in] | aInst | Another MalwareEnum instance to check for equality with current instance. |
bool dca_malware::MalwareEnum::operator!= | ( | const MalwareEnum & | aInst | ) | const |
Inequality operator, returns true if two NullMalwareEnum objects refer to different internal enum items.
[in] | aInst | Another instance to check for inequality with the current instance. |
DCA_ENUM_ID_TYPE dca_malware::MalwareEnum::id | ( | ) | const |
Returns the internal id of the enumerable item.
std::string dca_malware::MalwareEnum::name | ( | const std::string & | localeString = std::string() | ) | const |
Returns the localized (display) name of the enumerable item.
[in] | localeString | The name of the Locale to be used. Leave blank for using the default locale ("en_US") |