![]() |
VR-Forces Developer's Guide
|
class DtRealAttribute:
Instances of DtRealAttribute represent and mapping between a DtString "key" and a piece of data (real) that collectively create an attribute.

Public Member Functions | |
| DtRealAttribute () | |
| DtRealAttribute (const DtString &key, double data) | |
| virtual | ~DtRealAttribute () |
| DtRealAttribute (const DtRealAttribute &orig) | |
| DtRealAttribute & | operator= (const DtRealAttribute &orig) |
| bool | operator== (const DtRealAttribute &rhs) const |
| const DtString & | key () const |
| DtString & | key () |
| void | setKey (const DtString &newKey) |
| double | data () const |
| void | setData (double newData) |
Protected Attributes | |
| DtString | myKey |
| double | myData |
| DtRealAttribute::DtRealAttribute | ( | ) |
|
virtual |
| DtRealAttribute::DtRealAttribute | ( | const DtRealAttribute & | orig | ) |
| DtRealAttribute& DtRealAttribute::operator= | ( | const DtRealAttribute & | orig | ) |
| bool DtRealAttribute::operator== | ( | const DtRealAttribute & | rhs | ) | const |
| const DtString& DtRealAttribute::key | ( | ) | const |
| DtString& DtRealAttribute::key | ( | ) |
| void DtRealAttribute::setKey | ( | const DtString & | newKey | ) |
| double DtRealAttribute::data | ( | ) | const |
| void DtRealAttribute::setData | ( | double | newData | ) |
|
protected |
|
protected |