libmoost
/home/mhx/git/github/libmoost/include/moost/terminal_format.hpp File Reference
#include <string>
#include <sstream>
#include <boost/lexical_cast.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
Include dependency graph for terminal_format.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  moost::null_terminal_format
class  moost::vt_100_terminal_format
class  moost::scoped_format

Namespaces

namespace  moost
 

Creates a unique temporary directory; removed on scope exit.


Typedefs

typedef vt_100_terminal_format moost::terminal_format

Enumerations

enum  moost::eColor {
  moost::C_BLACK = 30, moost::C_RED = 31, moost::C_GREEN = 32, moost::C_YELLOW = 33,
  moost::C_BLUE = 34, moost::C_MAGENTA = 35, moost::C_CYAN = 36, moost::C_WHITE = 37,
  moost::BGC_BLACK = 40, moost::BGC_RED = 41, moost::BGC_GREEN = 42, moost::BGC_YELLOW = 43,
  moost::BGC_BLUE = 44, moost::BGC_MAGENTA = 45, moost::BGC_CYAN = 46, moost::BGC_WHITE = 47
}
enum  moost::eMask {
  moost::tf_standard = 1<<0, moost::tf_bold = 1<<1, moost::tf_italic = 1<<2, moost::tf_underline = 1<<3,
  moost::tf_blinking = 1<<4, moost::tf_reverse = 1<<5, moost::tf_black = 1<<6, moost::tf_red = 1<<7,
  moost::tf_green = 1<<8, moost::tf_blue = 1<<9, moost::tf_magenta = 1<<10, moost::tf_cyan = 1<<11,
  moost::tf_white = 1<<12, moost::tf_bgblack = 1<<13, moost::tf_bgred = 1<<14, moost::tf_bggreen = 1<<15,
  moost::tf_bgblue = 1<<16, moost::tf_bgmagenta = 1<<17, moost::tf_bgcyan = 1<<18, moost::tf_bgwhite = 1<<19
}