![]() |
VR-Forces 4.2 Class Documentation
|
class DtStringAttribute: More...

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