Searched defs:ReporterConfig (Results 1 – 4 of 4) sorted by relevance
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;
META-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...