Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
Catch::ReporterSpec Member List

This is the complete list of members for Catch::ReporterSpec, including all inherited members.

colourMode() constCatch::ReporterSpecinline
customOptions() constCatch::ReporterSpecinline
name() constCatch::ReporterSpecinline
operator!=(ReporterSpec const &lhs, ReporterSpec const &rhs)Catch::ReporterSpecfriend
operator==(ReporterSpec const &lhs, ReporterSpec const &rhs)Catch::ReporterSpecfriend
outputFile() constCatch::ReporterSpecinline
ReporterSpec(std::string name, Optional< std::string > outputFileName, Optional< ColourMode > colourMode, std::map< std::string, std::string > customOptions)Catch::ReporterSpec