Changeset 421
- Timestamp:
- 11/16/06 15:12:57 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMap.h
r397 r421 86 86 const BitVector bvFlags = 0) const; 87 87 88 88 89 /*! \} */ 89 90 … … 99 100 100 101 inline std::string& operator[](const std::string& key); 102 101 103 102 104 /*========================= PROTECTED ===============================*/ … … 126 128 127 129 static void initMethod(InitPhase ePhase); 130 128 131 129 132 /*! \} */ … … 155 158 typedef StringAttributeMap::ObjPtrConstArg StringAttributeMapPtrConstArg; 156 159 160 /*---------------------------------------------------------------------*/ 161 /*! \name StringAttributeMap Util */ 162 /*! \{ */ 163 StringAttributeMapPtr stringAttributeMap(AttachmentContainerPtr container); 164 /*! \} */ 165 157 166 OSG_END_NAMESPACE 158 167
