| 53 | // |
| 54 | //***************************************************************************** |
| 55 | void COutputStringStream::Clear() |
| 56 | { |
| 57 | mpImpl->mString.clear(); |
| 58 | } |
| 59 | |
| 60 | //***************************************************************************** |
| 61 | // |
no outgoing calls
no test coverage detected