MCPcopy Create free account
hub / github.com/RenderKit/oidn / registerReporter

Method registerReporter

external/catch.hpp:12532–12534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12530 }
12531
12532 void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) {
12533 m_factories.emplace(name, factory);
12534 }
12535 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) {
12536 m_listeners.push_back( factory );
12537 }

Callers 2

ReporterRegistrarMethod · 0.45
registerReporterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected