Searched defs:ReporterConfig (Results 1 – 5 of 5) 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
30 struct ReporterConfig { struct40 IConfigPtr m_fullConfig;
19 public class ReporterConfig { class
5044 struct ReporterConfig { struct5045 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() function5048 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() argument5051 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;
4868 struct ReporterConfig { struct4877 std::ostream* m_stream;4878 IConfigPtr m_fullConfig;8915 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig8918 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig