- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMapBase.h
r1184 r1193 214 214 215 215 216 #ifdef OSG_1_GET_COMPAT217 MFString *getMFKeys (void);218 #endif219 216 MFString *editMFKeys (void); 220 217 const MFString *getMFKeys (void) const; 221 218 222 #ifdef OSG_1_GET_COMPAT223 MFString *getMFValues (void);224 #endif225 219 MFString *editMFValues (void); 226 220 const MFString *getMFValues (void) const; 227 221 228 222 229 #ifdef OSG_1_GET_COMPAT230 std::string &getKeys (const UInt32 index);231 MFString &getKeys (void);232 #endif233 223 std::string &editKeys (const UInt32 index); 234 const std::string &getKeys (const UInt32 index) const; 235 MFString &editKeys (void); 236 const MFString &getKeys (void) const; 237 238 #ifdef OSG_1_GET_COMPAT 239 std::string &getValues (const UInt32 index); 240 MFString &getValues (void); 241 #endif 224 const std::string getKeys (const UInt32 index) const; 225 242 226 std::string &editValues (const UInt32 index); 243 const std::string &getValues (const UInt32 index) const; 244 MFString &editValues (void); 245 const MFString &getValues (void) const; 227 const std::string getValues (const UInt32 index) const; 246 228 247 229 /*! \} */ … … 255 237 /*! \name Ptr MField Set */ 256 238 /*! \{ */ 257 258 259 260 239 261 240 /*! \} */
