![]() |
VR-Forces 4.5 Class Documentation
|
class DtIntegerAttribute: More...

Public Member Functions | |
| DtIntegerAttribute () | |
| DtIntegerAttribute (const DtString &key, int data) | |
| virtual | ~DtIntegerAttribute () |
| DtIntegerAttribute (const DtIntegerAttribute &orig) | |
| DtIntegerAttribute & | operator= (const DtIntegerAttribute &orig) |
| bool | operator== (const DtIntegerAttribute &rhs) const |
| const DtString & | key () const |
| DtString & | key () |
| void | setKey (const DtString &newKey) |
| int | data () const |
| void | setData (int newData) |
Protected Attributes | |
| DtString | myKey |
| int | myData |
class DtIntegerAttribute:
Instances of DtIntegerAttribute represent and mapping between a DtString "key" and a piece of data (int) that collectively create an attribute.
| DtIntegerAttribute::DtIntegerAttribute | ( | ) |
|
virtual |
| DtIntegerAttribute::DtIntegerAttribute | ( | const DtIntegerAttribute & | orig | ) |
| DtIntegerAttribute& DtIntegerAttribute::operator= | ( | const DtIntegerAttribute & | orig | ) |
Reimplemented in DtRwIntegerAttribute.
| bool DtIntegerAttribute::operator== | ( | const DtIntegerAttribute & | rhs | ) | const |
| const DtString& DtIntegerAttribute::key | ( | ) | const |
| DtString& DtIntegerAttribute::key | ( | ) |
| void DtIntegerAttribute::setKey | ( | const DtString & | newKey | ) |
| int DtIntegerAttribute::data | ( | ) | const |
| void DtIntegerAttribute::setData | ( | int | newData | ) |
|
protected |
|
protected |