Struct ReporterConfig

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() &&
IConfig const *fullConfig() const
ColourMode colourMode() const
std::map<std::string, std::string> const &customOptions() const