MCPcopy Create free account
hub / github.com/FidoProject/Fido / DebugOutStream

Class DebugOutStream

tests/catch.h:3452–3461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3450 };
3451
3452 class DebugOutStream : public IStream {
3453 std::auto_ptr<StreamBufBase> m_streamBuf;
3454 mutable std::ostream m_os;
3455 public:
3456 DebugOutStream();
3457 virtual ~DebugOutStream() CATCH_NOEXCEPT;
3458
3459 public: // IStream
3460 virtual std::ostream& stream() const CATCH_OVERRIDE;
3461 };
3462}
3463
3464#include <memory>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected