Go to the documentation of this file.
66 std::string
name(
const std::string& localeString = std::string() )
const;
74 std::string
description(
const std::string& localeString = std::string() )
const;
bool operator==(const WacTag &aInst) const
Equality operator, returns true if two WacTag objects refer to the identical internal tag.
std::string name(const std::string &localeString=std::string()) const
Returns the localized (display) name of the tag.
int DCA_TAG_ID_TYPE
Type for tag ids.
std::string description(const std::string &localeString=std::string()) const
Returns the localized (brief) description of the tag.
bool operator!=(const WacTag &aInst) const
Inequality operator, returns true if two WacTag objects refer to two different internal tags.
DCA_TAG_ID_TYPE id() const
Returns the internal id of a WacTag class.
WacTag NullWacTag
Defines a constant unassigned WacTag you can use for checks. if( myWacTag == NullWacTag ) --> WacTag ...
#define PRIVATE_PTR
Type for private pointer implementations, for internal use only.
The WacTag class represents a given tag that is associated with an application e.g....