///////////////////////////////////////////////////////
| 337 | |
| 338 | //////////////////////////////////////////////////////////// |
| 339 | void String::clear() |
| 340 | { |
| 341 | m_string.clear(); |
| 342 | } |
| 343 | |
| 344 | |
| 345 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected