MCPcopy Create free account
hub / github.com/RenderKit/embree / ReporterConfig

Class ReporterConfig

tutorials/external/catch.hpp:4881–4892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4879namespace Catch {
4880
4881 struct ReporterConfig {
4882 explicit ReporterConfig( IConfigPtr const& _fullConfig );
4883
4884 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
4885
4886 std::ostream& stream() const;
4887 IConfigPtr fullConfig() const;
4888
4889 private:
4890 std::ostream* m_stream;
4891 IConfigPtr m_fullConfig;
4892 };
4893
4894 struct ReporterPreferences {
4895 bool shouldRedirectStdOut = false;

Callers 2

createMethod · 0.85
makeReporterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected