///////////////////////////////////////////////////////
| 430 | |
| 431 | //////////////////////////////////////////////////////////// |
| 432 | String::Iterator String::end() |
| 433 | { |
| 434 | return m_string.end(); |
| 435 | } |
| 436 | |
| 437 | |
| 438 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected