![]() |
VR-Link API Documentation for HLA 1.3
|
A templated class which represent an attribute of a DtEnvObject. More...
Collaboration diagram for DtEnvAttribute< AttribType >:Public Member Functions | |
| DtEnvAttribute (const DtString &name, DtEnvValueSP boundValue) | |
| AttribType | get () const |
| void | set (AttribType val) |
Static Protected Member Functions | |
| static DtString | decode (AttribType t) |
| static AttribType | encode (const DtString &value) |
Protected Attributes | |
| DtEnvValueWP | myValue |
| AttribType | myCache |
A templated class which represent an attribute of a DtEnvObject.
| DtEnvAttribute< AttribType >::DtEnvAttribute | ( | const DtString & | name, |
| DtEnvValueSP | boundValue | ||
| ) |
|
staticprotected |
|
staticprotected |
| AttribType DtEnvAttribute< AttribType >::get | ( | ) | const |
| void DtEnvAttribute< AttribType >::set | ( | AttribType | val | ) |
|
protected |
|
protected |