Home
last modified time | relevance | path

Searched defs:ReporterConfig (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp5544 struct ReporterConfig { struct
5545 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() argument
5548 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() argument
5551 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;