|
cprover
|
#include <console.h>
Classes | |
| class | redirectt |
Static Public Member Functions | |
| static void | init () |
| static std::ostream & | blue (std::ostream &) |
| static std::ostream & | cyan (std::ostream &) |
| static std::ostream & | green (std::ostream &) |
| static std::ostream & | red (std::ostream &) |
| static std::ostream & | yellow (std::ostream &) |
| static std::ostream & | orange (std::ostream &) |
| static std::ostream & | bold (std::ostream &) |
| static std::ostream & | faint (std::ostream &) |
| static std::ostream & | underline (std::ostream &) |
| static std::ostream & | reset (std::ostream &) |
| static std::ostream & | cursorup (std::ostream &) |
| static std::ostream & | cleareol (std::ostream &) |
| static bool | is_terminal () |
| static bool | use_SGR () |
| static std::ostream & | out () |
| static std::ostream & | err () |
| static std::size_t | width () |
Static Protected Attributes | |
| static bool | _is_terminal = false |
| static bool | _use_SGR = false |
| static bool | _init_done = false |
| static std::size_t | _width |
| static bool | _width_is_set = false |
| static std::ostream * | _out = nullptr |
| static std::ostream * | _err = nullptr |
|
static |
Definition at line 104 of file console.cpp.
|
static |
Definition at line 152 of file console.cpp.
|
static |
Definition at line 190 of file console.cpp.
|
static |
Definition at line 184 of file console.cpp.
|
static |
Definition at line 112 of file console.cpp.
|
static |
Definition at line 160 of file console.cpp.
|
static |
Definition at line 120 of file console.cpp.
|
static |
Definition at line 73 of file console.cpp.
|
static |
Definition at line 144 of file console.cpp.
|
static |
Definition at line 128 of file console.cpp.
|
static |
Definition at line 176 of file console.cpp.
|
static |
Definition at line 168 of file console.cpp.
|
static |
Definition at line 196 of file console.cpp.
|
static |
Definition at line 136 of file console.cpp.