Wire Sysio Wire Sysion 1.0.0
|
#include <catch_console_colour.h>
Public Types | |
enum | Code { None = 0 , White , Red , Green , Blue , Cyan , Yellow , Grey , Bright = 0x10 , BrightRed = Bright | Red , BrightGreen = Bright | Green , LightGrey = Bright | Grey , BrightWhite = Bright | White , BrightYellow = Bright | Yellow , FileName = LightGrey , Warning = BrightYellow , ResultError = BrightRed , ResultSuccess = BrightGreen , ResultExpectedFailure = Warning , Error = BrightRed , Success = Green , OriginalExpression = Cyan , ReconstructedExpression = BrightYellow , SecondaryText = LightGrey , Headers = White } |
Public Member Functions | |
Colour (Code _colourCode) | |
Colour (Colour &&other) noexcept | |
Colour & | operator= (Colour &&other) noexcept |
~Colour () | |
Static Public Member Functions | |
static void | use (Code _colourCode) |
Definition at line 15 of file catch_console_colour.h.
enum Catch::Colour::Code |
Definition at line 16 of file catch_console_colour.h.
Catch::Colour::Colour | ( | Code | _colourCode | ) |
Definition at line 210 of file catch_console_colour.cpp.
|
noexcept |
Definition at line 211 of file catch_console_colour.cpp.
Catch::Colour::~Colour | ( | ) |
Definition at line 215 of file catch_console_colour.cpp.
|
static |
Definition at line 223 of file catch_console_colour.cpp.