| 
| enum   | enable_t { DISABLE, 
ENABLE, 
TTY, 
COUT
 } | 
|   | 
 | 
| 
template<typename T >  | 
| static void  | output_red (T c) | 
|   | 
| 
template<typename T >  | 
| static void  | output_green (T c) | 
|   | 
| 
template<typename T >  | 
| static void  | output_notfound (T c) | 
|   | 
| 
template<typename T >  | 
| static void  | output_bold (T c, std::ostream &out=std::cout, enable_t enable=COUT) | 
|   | 
| 
static void  | output_bold_digits (std::string str, std::ostream &out=std::cout, enable_t enable=COUT) | 
|   | 
 | 
| 
static const char  | BORDER_CHAR = '~' | 
|   | 
 | 
| 
char  | get_next_char () | 
|   | 
| 
bool  | check_opcode (char c) | 
|   | 
 | 
| 
static bool  | is_enabled (const std::ostream &out, enable_t e) | 
|   | 
 | 
| 
static const bool  | was_originally_tty = isatty(STDOUT_FILENO) | 
|   | 
| 
static const int  | READ_END = 0 | 
|   | 
| 
static const int  | WRITE_END = 1 | 
|   | 
The documentation for this class was generated from the following files:
- coloredout.h
 
- coloredout.cpp