Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations | Functions
utility::CSI Namespace Reference

Enumerations

enum  CSI_Enum {
  Nothing, Reset, Bold, Underline,
  Black, Red, Green, Yellow,
  Blue, Magenta, Cyan, White,
  Default, bgBlack, bgRed, bgGreen,
  bgYellow, bgBlue, bgMagenta, bgCyan,
  bgWhite, bgDefault
}
 

Functions

std::ostream & operator<< (std::ostream &os, CSI_Enum const &sq)
 

Enumeration Type Documentation

Enumerator
Nothing 
Reset 
Bold 
Underline 
Black 
Red 
Green 
Yellow 
Blue 
Magenta 
Cyan 
White 
Default 
bgBlack 
bgRed 
bgGreen 
bgYellow 
bgBlue 
bgMagenta 
bgCyan 
bgWhite 
bgDefault 

Function Documentation

std::ostream& utility::CSI::operator<< ( std::ostream &  os,
CSI_Enum const &  sq 
)
inline