| | 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 | |
|---|