11 #ifndef DtRegAttrAssoc_H_
12 #define DtRegAttrAssoc_H_
18 #include <vlutil/vlHashlist.h>
23 typedef std::map< DtAttributeHandle, DtObjectInstanceHandleStdSet> DtObjectInstanceHandleSetByAttributeHandle;
35 DtRegAttrAssoc(DtRegAttrAssoc
const & rhs);
37 virtual ~DtRegAttrAssoc();
39 DtRegAttrAssoc &operator=(DtRegAttrAssoc
const & rhs);
70 virtual void emptyAttrs();
75 virtual DtRegAttrAssoc*
self()
const;
80 DtObjectInstanceHandleSetByAttributeHandle myAttrAssoc;
85 inline DtRegAttrAssoc* DtRegAttrAssoc::self()
const
87 return (DtRegAttrAssoc*)
this;
Defines the internal representation of attribute/parameter handle sets.
Definition: attrHandSet.h:30
DtHandle DtObjectInstanceHandle
Definition: internalTypes.h:50
The RTI object maintains the internal RTI object state.
Definition: rtiObject.h:123
DtHandle DtAttributeHandle
Definition: internalTypes.h:54
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
The declaration of internal types.
Definition: objClassInfo.h:36