Struct ReporterConfig
Defined in File catch_amalgamated.hpp
Struct Documentation
-
struct ReporterConfig
Public Functions
-
ReporterConfig(IConfig const *_fullConfig, Detail::unique_ptr<IStream> _stream, ColourMode colourMode, std::map<std::string, std::string> customOptions)
-
ReporterConfig(ReporterConfig&&) = default
-
ReporterConfig &operator=(ReporterConfig&&) = default
-
~ReporterConfig()
-
Detail::unique_ptr<IStream> takeStream() &&
-
ColourMode colourMode() const
-
std::map<std::string, std::string> const &customOptions() const
-
ReporterConfig(IConfig const *_fullConfig, Detail::unique_ptr<IStream> _stream, ColourMode colourMode, std::map<std::string, std::string> customOptions)