Public Member Functions |
| | DtEntityMapperKey () |
| | DtEntityMapperKey (const char *p) |
| | DtEntityMapperKey (int force, int super, int kind, int domain, int country, int category, int subcategory, int specific, int extra) |
| | DtEntityMapperKey (const DtEntityMapperKey &orig) |
| | Copy constructor.
|
| | ~DtEntityMapperKey () |
| | Destructor.
|
| DtEntityMapperKey & | operator= (const DtEntityMapperKey &rhs) |
| | Assignment operator.
|
| DtEntityMapperKey & | operator= (const char *rhs) |
| | Assignment operator.
|
| const std::string & | string () const |
| int | force () const |
| void | setForce (int force) |
| int | super () const |
| void | setSuper (int super) |
| 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
|
| 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
|
| bool | operator< (const DtEntityMapperKey &rhs) const |
| | == returns 1 if rhs is < this else it returns 0
|
| bool | operator> (const DtEntityMapperKey &rhs) const |
| | == returns 1 if rhs is > this else it returns 0
|
| int & | operator[] (int) |
| const int | operator[] (int) const |
| virtual bool | exactMatch (const DtEntityMapperKey &) const |
| | Returns true only on an exact match (no wildcarding)
|
Static Public Attributes |
| static const int | DtAnyMatch |
Constructor & Destructor Documentation
| DtEntityMapperKey::DtEntityMapperKey |
( |
| ) |
|
| DtEntityMapperKey::DtEntityMapperKey |
( |
const char * |
p | ) |
|
| DtEntityMapperKey::DtEntityMapperKey |
( |
int |
force, |
|
|
int |
super, |
|
|
int |
kind, |
|
|
int |
domain, |
|
|
int |
country, |
|
|
int |
category, |
|
|
int |
subcategory, |
|
|
int |
specific, |
|
|
int |
extra |
|
) |
| |
| DtEntityMapperKey::~DtEntityMapperKey |
( |
| ) |
|
Member Function Documentation
| const std::string& DtEntityMapperKey::string |
( |
| ) |
const |
| int DtEntityMapperKey::force |
( |
| ) |
const |
|
inline |
| void DtEntityMapperKey::setForce |
( |
int |
force | ) |
|
|
inline |
| int DtEntityMapperKey::super |
( |
| ) |
const |
|
inline |
| void DtEntityMapperKey::setSuper |
( |
int |
super | ) |
|
|
inline |
| int DtEntityMapperKey::kind |
( |
| ) |
const |
|
inline |
| void DtEntityMapperKey::setKind |
( |
int |
kind | ) |
|
|
inline |
| int DtEntityMapperKey::domain |
( |
| ) |
const |
|
inline |
| void DtEntityMapperKey::setDomain |
( |
int |
domain | ) |
|
|
inline |
| int DtEntityMapperKey::country |
( |
| ) |
const |
|
inline |
| void DtEntityMapperKey::setCountry |
( |
int |
country | ) |
|
|
inline |
| int DtEntityMapperKey::category |
( |
| ) |
const |
|
inline |
| void DtEntityMapperKey::setCategory |
( |
int |
category | ) |
|
|
inline |
| int DtEntityMapperKey::subcategory |
( |
| ) |
const |
|
inline |
| void DtEntityMapperKey::setSubCategory |
( |
int |
subcategory | ) |
|
|
inline |
| int DtEntityMapperKey::specific |
( |
| ) |
const |
|
inline |
| void DtEntityMapperKey::setSpecific |
( |
int |
specific | ) |
|
|
inline |
| int DtEntityMapperKey::extra |
( |
| ) |
const |
|
inline |
| void DtEntityMapperKey::setExtra |
( |
int |
extra | ) |
|
|
inline |
== returns 1 if they are equal, 0 if they are not equal
!= returns 0 if they are equal, nonzero if they are not equal
== returns 1 if rhs is < this else it returns 0
== returns 1 if rhs is > this else it returns 0
| int & DtEntityMapperKey::operator[] |
( |
int |
i | ) |
|
|
inline |
| const int DtEntityMapperKey::operator[] |
( |
int |
i | ) |
const |
|
inline |
Returns true only on an exact match (no wildcarding)
Member Data Documentation
| const int DtEntityMapperKey::DtAnyMatch |
|
static |
| std::string DtEntityMapperKey::myStringRep |
|
mutableprotected |
| int DtEntityMapperKey::myForce |
|
protected |
| int DtEntityMapperKey::mySuper |
|
protected |
| int DtEntityMapperKey::myKind |
|
protected |
| int DtEntityMapperKey::myDomain |
|
protected |
| int DtEntityMapperKey::myCountry |
|
protected |
| int DtEntityMapperKey::myCategory |
|
protected |
| int DtEntityMapperKey::mySubcategory |
|
protected |
| int DtEntityMapperKey::mySpecific |
|
protected |
| int DtEntityMapperKey::myExtra |
|
protected |
The documentation for this class was generated from the following file: