MyLang
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Namespaces | Enumerations | Functions
ccc.hpp File Reference
#include <iostream>
Include dependency graph for ccc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ccc::alsoStyle< T >
 

Namespaces

 ccc
 

Enumerations

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

Functions

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