Searched refs:IStreamingReporterPtr (Results 1 – 1 of 1) sorted by relevance
5629 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; typedef5633 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;5643 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …5987 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()6008 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()7982 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );8084 IStreamingReporterPtr m_reporter;10849 using Reporters = std::vector<IStreamingReporterPtr>;10851 IStreamingReporterPtr m_reporter = nullptr;10857 void addListener( IStreamingReporterPtr&& listener );[all …]