libmoost
moost::null_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)
static std::string color (const std::string &str, eColor)
static std::string reset ()
static std::string get (const std::string &str, eMask)
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 87 of file terminal_format.hpp.


Member Function Documentation

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

Definition at line 99 of file terminal_format.hpp.

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

Definition at line 100 of file terminal_format.hpp.

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

Definition at line 90 of file terminal_format.hpp.

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

Definition at line 91 of file terminal_format.hpp.

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

Definition at line 105 of file terminal_format.hpp.

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

Definition at line 106 of file terminal_format.hpp.

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

Definition at line 110 of file terminal_format.hpp.

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

Definition at line 114 of file terminal_format.hpp.

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

Definition at line 115 of file terminal_format.hpp.

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

Definition at line 116 of file terminal_format.hpp.

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

Definition at line 118 of file terminal_format.hpp.

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

Definition at line 113 of file terminal_format.hpp.

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

Definition at line 93 of file terminal_format.hpp.

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

Definition at line 94 of file terminal_format.hpp.

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

Definition at line 108 of file terminal_format.hpp.

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

Definition at line 102 of file terminal_format.hpp.

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

Definition at line 103 of file terminal_format.hpp.

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

Definition at line 96 of file terminal_format.hpp.

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

Definition at line 97 of file terminal_format.hpp.


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