Home
last modified time | relevance | path

Searched refs:ReporterRegistry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp12183 class ReporterRegistry : public IReporterRegistry { class
12187 ~ReporterRegistry() override;
12343 ReporterRegistry m_reporterRegistry;
12373 ReporterRegistry::~ReporterRegistry() = default;
12375 …IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
12382 …void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& facto… in registerReporter()
12385 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) { in registerListener()
12389 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()
12392 IReporterRegistry::Listeners const& ReporterRegistry::getListeners() const { in getListeners()