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

Class CoutStream

tests/catch.h:3442–3450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3440 };
3441
3442 class CoutStream : public IStream {
3443 mutable std::ostream m_os;
3444 public:
3445 CoutStream();
3446 virtual ~CoutStream() CATCH_NOEXCEPT;
3447
3448 public: // IStream
3449 virtual std::ostream& stream() const CATCH_OVERRIDE;
3450 };
3451
3452 class DebugOutStream : public IStream {
3453 std::auto_ptr<StreamBufBase> m_streamBuf;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected