NorMIT-nav  18.04
An IGT application
Catch::ReporterConfig Struct Reference

#include <catch.hpp>

Public Member Functions

 ReporterConfig (Ptr< IConfig > const &_fullConfig)
 
 ReporterConfig (Ptr< IConfig > const &_fullConfig, std::ostream &_stream)
 
std::ostream & stream () const
 
Ptr< IConfigfullConfig () const
 

Detailed Description

Definition at line 2320 of file catch.hpp.

Constructor & Destructor Documentation

Catch::ReporterConfig::ReporterConfig ( Ptr< IConfig > const &  _fullConfig)
inlineexplicit

Definition at line 2321 of file catch.hpp.

Catch::ReporterConfig::ReporterConfig ( Ptr< IConfig > const &  _fullConfig,
std::ostream &  _stream 
)
inline

Definition at line 2324 of file catch.hpp.

Member Function Documentation

Ptr<IConfig> Catch::ReporterConfig::fullConfig ( ) const
inline

Definition at line 2328 of file catch.hpp.

std::ostream& Catch::ReporterConfig::stream ( ) const
inline

Definition at line 2327 of file catch.hpp.


The documentation for this struct was generated from the following file: