Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5629 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; typedef
5633 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
8084 IStreamingReporterPtr m_reporter;
10849 using Reporters = std::vector<IStreamingReporterPtr>;
10851 IStreamingReporterPtr m_reporter = nullptr;
10857 void addListener( IStreamingReporterPtr&& listener );
10858 void addReporter( IStreamingReporterPtr&& reporter );
12481 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext()
13073 IStreamingReporterPtr makeReporter(std::shared_ptr<Config> const& config) { in makeReporter()
16733 void ListeningReporter::addListener( IStreamingReporterPtr&& listener ) { in addListener()
[all …]