MCPcopy Create free account
hub / github.com/ImageEngine/cortex / cOutHandler

Method cOutHandler

src/IECore/OStreamMessageHandler.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100OStreamMessageHandler *OStreamMessageHandler::cOutHandler()
101{
102 static OStreamMessageHandlerPtr s = new OStreamMessageHandler( cout );
103 return s.get();
104}

Callers 2

testOStreamHandlerMethod · 0.80
testCompoundHandlerMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected