Searched defs:ReporterConfig (Results 1 – 6 of 6) sorted by relevance
13 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig16 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig
36 struct ReporterConfig { struct46 IConfigPtr m_fullConfig;
19 public class ReporterConfig { class
5044 struct ReporterConfig { struct5045 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() argument5048 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function5051 std::ostream& stream() const { return *m_stream; } in stream()5052 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()5055 std::ostream* m_stream;5056 Ptr<IConfig const> m_fullConfig;
5437 struct ReporterConfig { struct5446 std::ostream* m_stream;5447 IConfigPtr m_fullConfig;10948 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig10951 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig
5470 struct ReporterConfig { struct5479 std::ostream* m_stream;5480 IConfigPtr m_fullConfig;11010 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig11013 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig