MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / DebugOutStream

Method DebugOutStream

test/catch.hpp:14980–14984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14978
14979public:
14980 DebugOutStream()
14981 : m_streamBuf(new StreamBufImpl<OutputDebugWriter>())
14982 , m_os(m_streamBuf.get())
14983 {
14984 }
14985
14986 ~DebugOutStream() override = default;
14987

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected