MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / addSink

Method addSink

Utils/Logger.h:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 // Todo: format
149
150 void addSink(std::shared_ptr<LogSink> sink)
151 {
152 m_sinks.push_back(sink);
153 }
154
155 void removeSink(std::shared_ptr<LogSink> sink)
156 {

Callers 3

UtilitiesModuleFunction · 0.80
DemoBaseMethod · 0.80
initMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected