Show
Ignore:
Timestamp:
12/29/06 10:28:00 (2 years ago)
Author:
cneumann
Message:

- regenerated all base files to include the full set

of access functions for non-ptr mfields.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Groups/Misc/OSGInlineBase.h

    r435 r459  
    184184 
    185185    /*! \}                                                                 */ 
     186    /*---------------------------------------------------------------------*/ 
     187    /*! \name                Ptr MField Set                                */ 
     188    /*! \{                                                                 */ 
     189 
     190 
     191    void pushToUrl                         (const std::string&value   ); 
     192    void insertIntoUrl                     (      UInt32     uiIndex, 
     193                                            const std::string&value   ); 
     194    void replaceInUrl                      (      UInt32     uiIndex, 
     195                                            const std::string&value   ); 
     196    void replaceInUrl                      (const std::string&pOldElem, 
     197                                            const std::string&pNewElem); 
     198    void removeFromUrl                     (      UInt32     uiIndex ); 
     199    void removeFromUrl                     (const std::string&value   ); 
     200    void clearUrl                          (      void               ); 
     201 
     202 
    186203    /*! \}                                                                 */ 
    187204    /*---------------------------------------------------------------------*/