libmoost
moost::vt_100_terminal_format Class Reference

#include <terminal_format.hpp>

List of all members.

Static Public Member Functions

static std::string bold ()
static std::string bold (const std::string &str)
static std::string italic ()
static std::string italic (const std::string &str)
static std::string underline ()
static std::string underline (const std::string &str)
static std::string blinking ()
static std::string blinking (const std::string &str)
static std::string reverse ()
static std::string reverse (const std::string &str)
static std::string color (eColor c)
static std::string color (const std::string &str, eColor c)
static std::string reset ()
static std::string get (const std::string &str, eMask mask)
static std::string getWarning (const std::string &warnStr="WARNING")
static std::string getError (const std::string &errStr="ERROR")
static std::string getFailed (const std::string &errStr="FAILED")
static std::string getOkay (const std::string &okayStr="OK")
static std::string getTimeStamp (bool enclose=true)

Detailed Description

Definition at line 145 of file terminal_format.hpp.


Member Function Documentation

static std::string moost::vt_100_terminal_format::blinking ( ) [inline, static]

Definition at line 158 of file terminal_format.hpp.

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::blinking ( const std::string &  str) [inline, static]

Definition at line 159 of file terminal_format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::bold ( ) [inline, static]

Definition at line 149 of file terminal_format.hpp.

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::bold ( const std::string &  str) [inline, static]

Definition at line 150 of file terminal_format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::color ( eColor  c) [inline, static]

Definition at line 164 of file terminal_format.hpp.

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::color ( const std::string &  str,
eColor  c 
) [inline, static]

Definition at line 166 of file terminal_format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::get ( const std::string &  str,
eMask  mask 
) [inline, static]

Definition at line 172 of file terminal_format.hpp.

Here is the call graph for this function:

static std::string moost::vt_100_terminal_format::getError ( const std::string &  errStr = "ERROR") [inline, static]

Definition at line 219 of file terminal_format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::getFailed ( const std::string &  errStr = "FAILED") [inline, static]

Definition at line 221 of file terminal_format.hpp.

Here is the call graph for this function:

static std::string moost::vt_100_terminal_format::getOkay ( const std::string &  okayStr = "OK") [inline, static]

Definition at line 223 of file terminal_format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::getTimeStamp ( bool  enclose = true) [inline, static]

Definition at line 226 of file terminal_format.hpp.

static std::string moost::vt_100_terminal_format::getWarning ( const std::string &  warnStr = "WARNING") [inline, static]

Definition at line 217 of file terminal_format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::italic ( ) [inline, static]

Definition at line 152 of file terminal_format.hpp.

static std::string moost::vt_100_terminal_format::italic ( const std::string &  str) [inline, static]

Definition at line 153 of file terminal_format.hpp.

static std::string moost::vt_100_terminal_format::reset ( ) [inline, static]

Definition at line 169 of file terminal_format.hpp.

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::reverse ( ) [inline, static]

Definition at line 161 of file terminal_format.hpp.

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::reverse ( const std::string &  str) [inline, static]

Definition at line 162 of file terminal_format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::underline ( ) [inline, static]

Definition at line 155 of file terminal_format.hpp.

Here is the caller graph for this function:

static std::string moost::vt_100_terminal_format::underline ( const std::string &  str) [inline, static]

Definition at line 156 of file terminal_format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file: