|
Aprepro
5.0x
|
Classes | |
| struct | Attribute |
| struct | Background |
| struct | Foreground |
| struct | Style |
Enumerations | |
| enum | StyleTypes { FOREGROUND, ATTRIBUTE, BACKGROUND, N_STYLE_TYPES } |
Functions | |
| static Style | black (trmclr::Foreground::BLACK) |
| static Style | red (trmclr::Foreground::RED) |
| static Style | green (trmclr::Foreground::GREEN) |
| static Style | yellow (trmclr::Foreground::YELLOW) |
| static Style | blue (trmclr::Foreground::BLUE) |
| static Style | magenta (trmclr::Foreground::MAGENTA) |
| static Style | cyan (trmclr::Foreground::CYAN) |
| static Style | normal (trmclr::Attribute::DEFAULT) |
| std::ostream & | operator<< (std::ostream &os, const Style &style) |
Variables | |
| static const uint32_t | STYLE_SHIFT = std::numeric_limits<uint32_t>::digits / N_STYLE_TYPES |
| enum trmclr::StyleTypes |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inline |
|
static |
|
static |
|
static |