This is the complete list of members for Catch::ReporterSpec, including all inherited members.
colourMode() const | Catch::ReporterSpec | inline |
customOptions() const | Catch::ReporterSpec | inline |
m_colourMode | Catch::ReporterSpec | private |
m_customOptions | Catch::ReporterSpec | private |
m_name | Catch::ReporterSpec | private |
m_outputFileName | Catch::ReporterSpec | private |
name() const | Catch::ReporterSpec | inline |
operator!=(ReporterSpec const &lhs, ReporterSpec const &rhs) | Catch::ReporterSpec | friend |
operator==(ReporterSpec const &lhs, ReporterSpec const &rhs) | Catch::ReporterSpec | friend |
outputFile() const | Catch::ReporterSpec | inline |
ReporterSpec(std::string name, Optional< std::string > outputFileName, Optional< ColourMode > colourMode, std::map< std::string, std::string > customOptions) | Catch::ReporterSpec |