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

Method CompoundMessageHandler

src/IECore/CompoundMessageHandler.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39using namespace IECore;
40
41CompoundMessageHandler::CompoundMessageHandler()
42{
43}
44
45CompoundMessageHandler::CompoundMessageHandler( const std::set<MessageHandlerPtr> &initialHandlers )
46 : handlers( initialHandlers )

Callers 1

testCompoundHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected