MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ReporterConfig

Method ReporterConfig

tests/catch.hpp:8718–8719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8716namespace Catch {
8717
8718 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig )
8719 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {}
8720
8721 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream )
8722 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected