Go to the documentation of this file.
14 namespace dca_malware {
63 std::string
name(
const std::string& localeString = std::string() )
const;
bool operator!=(const MalwareEnum &aInst) const
Inequality operator, returns true if two NullMalwareEnum objects refer to different internal enum ite...
DCA_ENUM_ID_TYPE id() const
Returns the internal id of the enumerable item.
MalwareEnum NullMalwareEnum
Defines a constant unassigned MalwareEnum you can use for checks. if( myMalwareEnum == NullMalwareEnu...
std::string name(const std::string &localeString=std::string()) const
Returns the localized (display) name of the enumerable item.
bool operator==(const MalwareEnum &aInst) const
Equality operator, returns true if two MalwareEnum objects refer to the identical item.
#define PRIVATE_PTR
Type for private pointer implementations, for internal use only.
int DCA_ENUM_ID_TYPE
Id type for MalwareEnum class.
The MalwareEnum class describes a single enumerable item (currebtly not used for malware)