10 #ifndef DtGenericStateRepository_H_
11 #define DtGenericStateRepository_H_
40 virtual void setValue(RTI::AttributeHandle handle,
41 const void* buffer,
int size);
45 virtual void* value(RTI::AttributeHandle handle)
const;
49 virtual int valueLength(RTI::AttributeHandle handle)
const;
63 RTI::AttributeHandleValueMap& attrs();
65 RTI::AttributeHandleValuePairSet*& attrs();
75 RTI::AttributeHandleValueMap myAttrs;
77 RTI::AttributeHandleValuePairSet*
myAttrs;