MyLang
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Enumerations | Functions
ccc Namespace Reference

Classes

class  alsoStyle
 

Enumerations

enum  Style {
  f_0 = 10, f_1, f_2, f_3,
  f_4, f_5, f_6, f_7,
  f_8, f_9, cf_black = 30, cf_red,
  cf_green, cf_yellow, cf_blue, cf_magenta,
  cf_cyan, cf_white, cb_black = 40, cb_red,
  cb_green, cb_yellow, cb_blue, cb_magenta,
  cb_cyan, cb_white, s_bold = 1, s_faint = 2,
  s_italic = 3, s_fraktur = 20, s_underline_single = 4, s_underline_double = 21,
  s_blink_slow = 5, s_blink_rapid = 6, s_framed = 51, s_encircled = 52,
  s_negative = 7, s_conceal = 8, s_delete = 9, s_overlined = 53,
  d_all = 0, d_font = 10, d_color_f = 39, d_color_b = 49,
  d_intensity = 22, d_fontstyle = 23, d_underline = 24, d_blink = 25,
  d_border = 54, d_negative = 27, d_conceal = 28, d_delete = 29,
  d_overlined = 55
}
 

Functions

static std::ostream & operator<< (std::ostream &s, const Style &style)
 
template<class T >
static const alsoStyle< T > operator+ (const T &object, const Style &style)
 
template<class T >
std::ostream & operator<< (std::ostream &s, const alsoStyle< T > &target)
 

Enumeration Type Documentation

enum ccc::Style
Enumerator
f_0 
f_1 
f_2 
f_3 
f_4 
f_5 
f_6 
f_7 
f_8 
f_9 
cf_black 
cf_red 
cf_green 
cf_yellow 
cf_blue 
cf_magenta 
cf_cyan 
cf_white 
cb_black 
cb_red 
cb_green 
cb_yellow 
cb_blue 
cb_magenta 
cb_cyan 
cb_white 
s_bold 
s_faint 
s_italic 
s_fraktur 
s_underline_single 
s_underline_double 
s_blink_slow 
s_blink_rapid 
s_framed 
s_encircled 
s_negative 
s_conceal 
s_delete 
s_overlined 
d_all 
d_font 
d_color_f 
d_color_b 
d_intensity 
d_fontstyle 
d_underline 
d_blink 
d_border 
d_negative 
d_conceal 
d_delete 
d_overlined 

Function Documentation

template<class T >
static const alsoStyle<T> ccc::operator+ ( const T &  object,
const Style &  style 
)
static
static std::ostream& ccc::operator<< ( std::ostream &  s,
const Style &  style 
)
static
template<class T >
std::ostream& ccc::operator<< ( std::ostream &  s,
const alsoStyle< T > &  target 
)
inline