arduino-emulator
Protected Types | Protected Member Functions | Static Protected Member Functions | List of all members
Catch::Colour Struct Reference

Protected 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
}
 

Protected Member Functions

() - Colour
 
() - Colour
 
(Colour &) - operator=
 

Static Protected Member Functions

(static void) + use
 

The documentation for this struct was generated from the following file: