![]() |
UtilsLite
Utilities for C++ programming
|
This is the complete list of members for Utils::Console, including all inherited members.
black(string_view msg, int msg_level=0) const | Utils::Console | |
black_reversed(string_view msg, int msg_level=0) const | Utils::Console | |
blue(string_view msg, int msg_level=0) const | Utils::Console | |
blue_reversed(string_view msg, int msg_level=0) const | Utils::Console | |
change_level(int new_level) | Utils::Console | |
change_stream(ostream_type *new_stream) | Utils::Console | inline |
changeLevel(int new_level) | Utils::Console | inline |
changeStream(ostream_type *new_stream) | Utils::Console | inline |
colors(unsigned c, string_view msg, int msg_level=0) const | Utils::Console | |
Console()=delete | Utils::Console | |
Console(Console const &)=delete | Utils::Console | |
Console(ostream_type *stream=&std::cout, int level=4) | Utils::Console | explicit |
cyan(string_view msg, int msg_level=0) const | Utils::Console | |
cyan_reversed(string_view msg, int msg_level=0) const | Utils::Console | |
error(string_view msg) const | Utils::Console | |
fatal(string_view msg) const | Utils::Console | |
flush() const | Utils::Console | inline |
get_level() const | Utils::Console | inline |
get_stream() const | Utils::Console | inline |
getLevel() const | Utils::Console | inline |
getStream() const | Utils::Console | inline |
gray(string_view msg, int msg_level=0) const | Utils::Console | |
gray_reversed(string_view msg, int msg_level=0) const | Utils::Console | |
green(string_view msg, int msg_level=0) const | Utils::Console | |
green_reversed(string_view msg, int msg_level=0) const | Utils::Console | |
magenta(string_view msg, int msg_level=0) const | Utils::Console | |
magenta_reversed(string_view msg, int msg_level=0) const | Utils::Console | |
message(string_view msg, int msg_level=4) const | Utils::Console | |
red(string_view msg, int msg_level=0) const | Utils::Console | |
red_reversed(string_view msg, int msg_level=0) const | Utils::Console | |
semaphore(unsigned ryg, string_view msg, int msg_level=0) const | Utils::Console | |
set_auto() const | Utils::Console | inline |
set_error_style(rang::style const &s, rang::fg const &f, rang::bg const &b) | Utils::Console | inline |
set_fatal_style(rang::style const &s, rang::fg const &f, rang::bg const &b) | Utils::Console | inline |
set_message_style(rang::style const &s, rang::fg const &f, rang::bg const &b) | Utils::Console | inline |
set_off() const | Utils::Console | inline |
set_warning_style(rang::style const &s, rang::fg const &f, rang::bg const &b) | Utils::Console | inline |
setAuto() const | Utils::Console | inline |
setErrorStyle(rang::style const &s, rang::fg const &f, rang::bg const &b) | Utils::Console | inline |
setFatalStyle(rang::style const &s, rang::fg const &f, rang::bg const &b) | Utils::Console | inline |
setMessageStyle(rang::style const &s, rang::fg const &f, rang::bg const &b) | Utils::Console | inline |
setOff() const | Utils::Console | inline |
setWarningStyle(rang::style const &s, rang::fg const &f, rang::bg const &b) | Utils::Console | inline |
warning(string_view msg) const | Utils::Console | |
yellow(string_view msg, int msg_level=0) const | Utils::Console | |
yellow_reversed(string_view msg, int msg_level=0) const | Utils::Console | |
~Console() | Utils::Console | inline |