Searched defs:ReporterConfig (Results 1 – 1 of 1) sorted by relevance
5544 struct ReporterConfig { struct5545 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() argument5548 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() argument5551 std::ostream& stream() const { return *m_stream; } in stream()5552 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()5555 std::ostream* m_stream;5556 Ptr<IConfig const> m_fullConfig;