Goby v2
|
Converts between string, escape code, and enumeration representations of the terminal colors. More...
#include <goby/common/logger/term_color.h>
Static Public Member Functions | |
static Colors::Color | from_str (const std::string &s) |
Color enumeration from string (e.g. "blue" -> blue) | |
static std::string | str_from_col (const Colors::Color &c) |
String from color enumeration (e,g, red -> "red") | |
static Colors::Color | from_esc_code (const std::string &s) |
Color enumeration from escape code (e,g, "\33[31m" -> red) | |
static std::string | esc_code_from_col (const Colors::Color &c) |
Escape code from color enumeration (e.g. red -> "\33[31m") | |
static std::string | esc_code_from_str (const std::string &s) |
Escape code from string (e.g. "red" -> "\33[31m") | |
Friends | |
template<typename T > | |
void | boost::checked_delete (T *) |
Converts between string, escape code, and enumeration representations of the terminal colors.
Definition at line 132 of file term_color.h.