| 8521 | m_originalStream.rdbuf( m_redirectionStream.rdbuf() ); |
| 8522 | } |
| 8523 | ~RedirectedStream() { |
| 8524 | m_originalStream.rdbuf( m_prevBuf ); |
| 8525 | } |
| 8526 | }; |
| 8527 | |
| 8528 | class RedirectedStdOut { |
nothing calls this directly
no outgoing calls
no test coverage detected