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

Method registerReporter

tutorials/external/catch.hpp:10230–10232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10228 }
10229
10230 void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) {
10231 m_factories.emplace(name, factory);
10232 }
10233 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) {
10234 m_listeners.push_back( factory );
10235 }

Callers 2

ReporterRegistrarMethod · 0.45
registerReporterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected