MCPcopy Create free account
hub / github.com/Profactor/cv-plot / registerReporter

Method registerReporter

CvPlot/ext/catch2/inc/catch.hpp:12382–12384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12380 }
12381
12382 void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) {
12383 m_factories.emplace(name, factory);
12384 }
12385 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) {
12386 m_listeners.push_back( factory );
12387 }

Callers 2

ReporterRegistrarMethod · 0.45
registerReporterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected