|
std::ostream & | goby::util::tcolor::add_escape_code (std::ostream &os, const std::string &esc_code) |
|
std::ostream & | goby::util::tcolor::red (std::ostream &os) |
| All text following this manipulator is red. (e.g. std::cout << red << "text";)
|
|
std::ostream & | goby::util::tcolor::lt_red (std::ostream &os) |
| All text following this manipulator is light red (e.g. std::cout << lt_red << "text";)
|
|
std::ostream & | goby::util::tcolor::green (std::ostream &os) |
| All text following this manipulator is green (e.g. std::cout << green << "text";)
|
|
std::ostream & | goby::util::tcolor::lt_green (std::ostream &os) |
| All text following this manipulator is light green (e.g. std::cout << lt_green << "text";)
|
|
std::ostream & | goby::util::tcolor::yellow (std::ostream &os) |
| All text following this manipulator is yellow (e.g. std::cout << yellow << "text";)
|
|
std::ostream & | goby::util::tcolor::lt_yellow (std::ostream &os) |
| All text following this manipulator is light yellow (e.g. std::cout << lt_yellow << "text";)
|
|
std::ostream & | goby::util::tcolor::blue (std::ostream &os) |
| All text following this manipulator is blue (e.g. std::cout << blue << "text";)
|
|
std::ostream & | goby::util::tcolor::lt_blue (std::ostream &os) |
| All text following this manipulator is light blue (e.g. std::cout << lt_blue << "text";)
|
|
std::ostream & | goby::util::tcolor::magenta (std::ostream &os) |
| All text following this manipulator is magenta (e.g. std::cout << magenta << "text";)
|
|
std::ostream & | goby::util::tcolor::lt_magenta (std::ostream &os) |
| All text following this manipulator is light magenta (e.g. std::cout << lt_magenta << "text";)
|
|
std::ostream & | goby::util::tcolor::cyan (std::ostream &os) |
| All text following this manipulator is cyan (e.g. std::cout << cyan << "text";)
|
|
std::ostream & | goby::util::tcolor::lt_cyan (std::ostream &os) |
| All text following this manipulator is light cyan (e.g. std::cout << lt_cyan << "text";)
|
|
std::ostream & | goby::util::tcolor::white (std::ostream &os) |
| All text following this manipulator is white (e.g. std::cout << white << "text";)
|
|
std::ostream & | goby::util::tcolor::lt_white (std::ostream &os) |
| All text following this manipulator is bright white (e.g. std::cout << lt_white << "text";)
|
|
std::ostream & | goby::util::tcolor::nocolor (std::ostream &os) |
| All text following this manipulator is uncolored (e.g. std::cout << green << "green" << nocolor << "uncolored";)
|
|