9 #ifndef envAttribute_H_
10 #define envAttribute_H_
13 template <
typename AttribType>
19 AttribType
get()
const;
20 void set(AttribType val);
30 #define envAttribute_INC
31 #include "envAttribute.inl"
32 #undef envAttribute_INC
AttribType myCache
Definition: envAttribute.h:27
A templated class which represent an attribute of a DtEnvObject.
Definition: envAttribute.h:14
DtEnvAttribute(const DtString &name, DtEnvValueSP boundValue)
static DtString decode(AttribType t)
DtEnvValueWP myValue
Definition: envAttribute.h:26
static AttribType encode(const DtString &value)