MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / registerReporter

Method registerReporter

tests/catch.hpp:9972–9974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9970 }
9971
9972 void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) {
9973 m_factories.emplace(name, factory);
9974 }
9975 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) {
9976 m_listeners.push_back( factory );
9977 }

Callers 2

ReporterRegistrarMethod · 0.45
registerReporterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected