Searched refs:IConfigPtr (Results 1 – 1 of 1) sorted by relevance
4300 using IConfigPtr = std::shared_ptr<IConfig const>; typedef4308 virtual IConfigPtr const& getConfig() const = 0;4316 virtual void setConfig( IConfigPtr const& config ) = 0;4484 using IConfigPtr = std::shared_ptr<IConfig const>; typedef5417 explicit ReporterConfig( IConfigPtr const& _fullConfig );5419 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );5422 IConfigPtr fullConfig() const;5426 IConfigPtr m_fullConfig;5643 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …5728 IConfigPtr m_config;[all …]