| 88 | | |
|---|
| 89 | | OSG_GEN_INTERNALPTR(StringAttributeMap); |
|---|
| 90 | | |
|---|
| 91 | | /*========================== PUBLIC =================================*/ |
|---|
| 92 | | public: |
|---|
| | 92 | |
|---|
| | 93 | typedef StringAttributeMap * ObjPtr; |
|---|
| | 94 | typedef StringAttributeMap * const ObjPtrConst; |
|---|
| | 95 | typedef StringAttributeMap const * ObjConstPtr; |
|---|
| | 96 | typedef StringAttributeMap const * const ObjConstPtrConst; |
|---|
| | 97 | |
|---|
| | 98 | typedef StringAttributeMap * ObjPtrArg; |
|---|
| | 99 | typedef StringAttributeMap * const ObjPtrConstArg; |
|---|
| | 100 | typedef StringAttributeMap const * ObjConstPtrArg; |
|---|
| | 101 | |
|---|
| | 102 | typedef InternalRefCountPtrBuilder<StringAttributeMap>::Ptr ObjInternalRefPtr; |
|---|
| | 103 | typedef WeakRefCountPtrBuilder <StringAttributeMap>::Ptr ObjWeakRefPtr; |
|---|
| | 104 | typedef MTRefCountPtrBuilder <StringAttributeMap>::Ptr ObjMTRefPtr; |
|---|
| | 105 | typedef RefCountPtrBuilder <StringAttributeMap>::Ptr ObjRefPtr; |
|---|
| | 106 | typedef ParentPtrBuilder <StringAttributeMap>::Ptr ObjParentPtr; |
|---|
| | 107 | |
|---|
| | 108 | typedef MFString KeysFieldType; |
|---|
| | 109 | typedef MFString ValuesFieldType; |
|---|
| | 110 | |
|---|
| | 111 | /*! \} */ |
|---|
| | 112 | /*---------------------------------------------------------------------*/ |
|---|
| | 113 | /*! \name Constants */ |
|---|
| | 114 | /*! \{ */ |
|---|
| 316 | | typedef RefCountPtrBuilder<StringAttributeMap>::Ptr StringAttributeMapRefPtr; |
|---|
| 317 | | typedef MTRefCountPtrBuilder<StringAttributeMap>::Ptr StringAttributeMapMTRefPtr; |
|---|
| 318 | | typedef WeakRefCountPtrBuilder<StringAttributeMap>::Ptr StringAttributeMapWeakRefPtr; |
|---|
| 319 | | typedef InternalRefCountPtrBuilder<StringAttributeMap>::Ptr StringAttributeMapInternalRefPtr; |
|---|
| 320 | | |
|---|
| 321 | | typedef ParentPtrBuilder<StringAttributeMap>::Ptr StringAttributeMapParentPtr; |
|---|
| | 335 | typedef StringAttributeMapBase::ObjRefPtr StringAttributeMapRefPtr; |
|---|
| | 336 | typedef StringAttributeMapBase::ObjMTRefPtr StringAttributeMapMTRefPtr; |
|---|
| | 337 | typedef StringAttributeMapBase::ObjWeakRefPtr StringAttributeMapWeakRefPtr; |
|---|
| | 338 | typedef StringAttributeMapBase::ObjInternalRefPtr StringAttributeMapInternalRefPtr; |
|---|
| | 339 | typedef StringAttributeMapBase::ObjParentPtr StringAttributeMapParentPtr; |
|---|