Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2921 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>; typedef
2936 … virtual void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) = 0;
2937 virtual void registerListener( IReporterFactoryPtr const& factory ) = 0;
5636 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>; typedef
5639 using FactoryMap = std::map<std::string, IReporterFactoryPtr>;
5640 using Listeners = std::vector<IReporterFactoryPtr>;
12191 void registerReporter( std::string const& name, IReporterFactoryPtr const& factory );
12192 void registerListener( IReporterFactoryPtr const& factory );
12319 … void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) override { in registerReporter()
12322 void registerListener( IReporterFactoryPtr const& factory ) override { in registerListener()
[all …]