MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / DebugOutStream

Method DebugOutStream

unittests/catch.hpp:9466–9469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9464 mutable std::ostream m_os;
9465 public:
9466 DebugOutStream()
9467 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ),
9468 m_os( m_streamBuf.get() )
9469 {}
9470
9471 ~DebugOutStream() override = default;
9472

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected