Searched refs:IReporterFactory (Results 1 – 7 of 7) sorted by relevance
23 struct IReporterFactory;29 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
19 class ReporterFactory : public IReporterFactory {40 class ListenerFactory : public IReporterFactory {
111 IReporterFactory::~IReporterFactory() = default;
251 struct IReporterFactory { struct252 virtual ~IReporterFactory();256 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
2527 struct IReporterFactory;2539 …virtual void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) = 0;2540 virtual void registerListener( Ptr<IReporterFactory> const& factory ) = 0;5267 struct IReporterFactory : IShared { struct5268 virtual ~IReporterFactory();5274 typedef std::map<std::string, Ptr<IReporterFactory> > FactoryMap;5275 typedef std::vector<Ptr<IReporterFactory> > Listeners;6599 void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) { in registerReporter()6602 void registerListener( Ptr<IReporterFactory> const& factory ) { in registerListener()6704 …virtual void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) CAT… in registerReporter()[all …]
2931 struct IReporterFactory;2937 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;5652 struct IReporterFactory { struct5653 virtual ~IReporterFactory();5657 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;6006 class ReporterFactory : public IReporterFactory {6027 class ListenerFactory : public IReporterFactory {11043 IReporterFactory::~IReporterFactory() = default;
2953 struct IReporterFactory;2959 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;5685 struct IReporterFactory { struct5686 virtual ~IReporterFactory();5690 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;6042 class ReporterFactory : public IReporterFactory {6063 class ListenerFactory : public IReporterFactory {11105 IReporterFactory::~IReporterFactory() = default;