///////////////////////////////////////////////////////
| 416 | |
| 417 | //////////////////////////////////////////////////////////// |
| 418 | String::Iterator String::begin() |
| 419 | { |
| 420 | return m_string.begin(); |
| 421 | } |
| 422 | |
| 423 | |
| 424 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected