![]() |
MAK Data Logger API Documentation for HLA
|
Inheritance diagram for DtEntityMapperKey:
Collaboration diagram for DtEntityMapperKey:Public Member Functions | |
| DtEntityMapperKey (int kind, int domain, int country, int category, int subcategory, int specific, int extra) | |
| DtEntityMapperKey () | |
| DtEntityMapperKey (const char *p) | |
| DtEntityMapperKey (const DtEntityMapperKey &orig) | |
| Copy constructor. More... | |
| ~DtEntityMapperKey () | |
| Destructor. More... | |
| DtEntityMapperKey & | operator= (const DtEntityMapperKey &rhs) |
| Assignment operator. More... | |
| DtEntityMapperKey & | operator= (const char *rhs) |
| Assignment operator. More... | |
| const DtString & | string () const |
| int | kind () const |
| void | setKind (int kind) |
| int | domain () const |
| void | setDomain (int domain) |
| int | country () const |
| void | setCountry (int country) |
| int | category () const |
| void | setCategory (int category) |
| int | subcategory () const |
| void | setSubCategory (int subcategory) |
| int | specific () const |
| void | setSpecific (int specific) |
| int | extra () const |
| void | setExtra (int extra) |
| bool | operator== (const DtEntityMapperKey &rhs) const |
| == returns 1 if they are equal, 0 if they are not equal More... | |
| virtual bool | matchPattern (const DtEntityMapperKey &pat) const |
| bool | operator!= (const DtEntityMapperKey &rhs) const |
| != returns 0 if they are equal, nonzero if they are not equal More... | |
| bool | operator< (const DtEntityMapperKey &rhs) const |
| == returns 1 if rhs is < this else it returns 0 More... | |
| bool | operator> (const DtEntityMapperKey &rhs) const |
| == returns 1 if rhs is > this else it returns 0 More... | |
| int & | operator[] (int) |
| const int | operator[] (int) const |
| virtual bool | exactMatch (const DtEntityMapperKey &) const |
| Returns true only on an exact match (no wildcarding) More... | |
Static Public Attributes | |
| static const int | DtAnyMatch |
Protected Attributes | |
| DtString | myStringRep |
| int | myKind |
| int | myDomain |
| int | myCountry |
| int | myCategory |
| int | mySubcategory |
| int | mySpecific |
| int | myExtra |
| DtEntityMapperKey::DtEntityMapperKey | ( | int | kind, |
| int | domain, | ||
| int | country, | ||
| int | category, | ||
| int | subcategory, | ||
| int | specific, | ||
| int | extra | ||
| ) |
| DtEntityMapperKey::DtEntityMapperKey | ( | ) |
| DtEntityMapperKey::DtEntityMapperKey | ( | const char * | p | ) |
| DtEntityMapperKey::DtEntityMapperKey | ( | const DtEntityMapperKey & | orig | ) |
Copy constructor.
| DtEntityMapperKey::~DtEntityMapperKey | ( | ) |
Destructor.
|
inline |
|
inline |
|
inline |
|
virtual |
Returns true only on an exact match (no wildcarding)
|
inline |
|
inline |
|
virtual |
| bool DtEntityMapperKey::operator!= | ( | const DtEntityMapperKey & | rhs | ) | const |
!= returns 0 if they are equal, nonzero if they are not equal
| bool DtEntityMapperKey::operator< | ( | const DtEntityMapperKey & | rhs | ) | const |
== returns 1 if rhs is < this else it returns 0
| DtEntityMapperKey& DtEntityMapperKey::operator= | ( | const DtEntityMapperKey & | rhs | ) |
Assignment operator.
| DtEntityMapperKey& DtEntityMapperKey::operator= | ( | const char * | rhs | ) |
Assignment operator.
| bool DtEntityMapperKey::operator== | ( | const DtEntityMapperKey & | rhs | ) | const |
== returns 1 if they are equal, 0 if they are not equal
| bool DtEntityMapperKey::operator> | ( | const DtEntityMapperKey & | rhs | ) | const |
== returns 1 if rhs is > this else it returns 0
|
inline |
References myCategory, myCountry, myDomain, myExtra, myKind, mySpecific, and mySubcategory.
Referenced by DtDisEntityTypeEntry::operator[]().
|
inline |
References myCategory, myCountry, myDomain, myExtra, myKind, mySpecific, and mySubcategory.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const DtString& DtEntityMapperKey::string | ( | ) | const |
|
inline |
|
static |
|
protected |
Referenced by operator[]().
|
protected |
Referenced by operator[]().
|
protected |
Referenced by operator[]().
|
protected |
Referenced by operator[]().
|
protected |
Referenced by operator[]().
|
protected |
Referenced by operator[]().
|
mutableprotected |
|
protected |
Referenced by operator[]().