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.