VR-Link API Documentation for DIS
Public Member Functions | Static Public Attributes | Protected Attributes
DtEntityMapperKey Class Reference
+ Inheritance diagram for DtEntityMapperKey:
+ Collaboration diagram for DtEntityMapperKey:

List of all members.

Public Member Functions

 DtEntityMapperKey ()
 DtEntityMapperKey (const char *p)
 DtEntityMapperKey (int kind, int domain, int country, int category, int subcategory, int specific, int extra)
 DtEntityMapperKey (const DtEntityMapperKey &orig)
 Copy constructor.
 ~DtEntityMapperKey ()
 Destructor.
DtEntityMapperKeyoperator= (const DtEntityMapperKey &rhs)
 Assignment operator.
DtEntityMapperKeyoperator= (const char *rhs)
 Assignment operator.
const QString & 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
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

Protected Attributes

QString myStringRep
int myKind
int myDomain
int myCountry
int myCategory
int mySubcategory
int mySpecific
int myExtra

Constructor & Destructor Documentation

DtEntityMapperKey::DtEntityMapperKey ( int  kind,
int  domain,
int  country,
int  category,
int  subcategory,
int  specific,
int  extra 
)

Copy constructor.

Destructor.


Member Function Documentation

int DtEntityMapperKey::category ( ) const [inline]
int DtEntityMapperKey::country ( ) const [inline]
int DtEntityMapperKey::domain ( ) const [inline]
virtual bool DtEntityMapperKey::exactMatch ( const DtEntityMapperKey ) const [virtual]

Returns true only on an exact match (no wildcarding)

int DtEntityMapperKey::extra ( ) const [inline]
int DtEntityMapperKey::kind ( ) const [inline]
virtual bool DtEntityMapperKey::matchPattern ( const DtEntityMapperKey pat) const [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

int & DtEntityMapperKey::operator[] ( int  i) [inline]
const int DtEntityMapperKey::operator[] ( int  i) const [inline]
void DtEntityMapperKey::setCategory ( int  category) [inline]
void DtEntityMapperKey::setCountry ( int  country) [inline]
void DtEntityMapperKey::setDomain ( int  domain) [inline]
void DtEntityMapperKey::setExtra ( int  extra) [inline]
void DtEntityMapperKey::setKind ( int  kind) [inline]
void DtEntityMapperKey::setSpecific ( int  specific) [inline]
void DtEntityMapperKey::setSubCategory ( int  subcategory) [inline]
int DtEntityMapperKey::specific ( ) const [inline]
const QString& DtEntityMapperKey::string ( ) const
int DtEntityMapperKey::subcategory ( ) const [inline]

Member Data Documentation

const int DtEntityMapperKey::DtAnyMatch [static]

Referenced by operator[]().

Referenced by operator[]().

int DtEntityMapperKey::myDomain [protected]

Referenced by operator[]().

int DtEntityMapperKey::myExtra [protected]

Referenced by operator[]().

int DtEntityMapperKey::myKind [protected]

Referenced by operator[]().

Referenced by operator[]().

QString DtEntityMapperKey::myStringRep [mutable, protected]

Referenced by operator[]().


The documentation for this class was generated from the following file:

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)