|
IOSS
2.0
|
Classes | |
| struct | Attribute |
| struct | Background |
| struct | Foreground |
| struct | Style |
Enumerations | |
| enum | StyleTypes { FOREGROUND, ATTRIBUTE, BACKGROUND, N_STYLE_TYPES } |
Functions | |
| static Style | black (Ioss::trmclr::Foreground::BLACK) |
| static Style | red (Ioss::trmclr::Foreground::RED) |
| static Style | green (Ioss::trmclr::Foreground::GREEN) |
| static Style | yellow (Ioss::trmclr::Foreground::YELLOW) |
| static Style | blue (Ioss::trmclr::Foreground::BLUE) |
| static Style | magenta (Ioss::trmclr::Foreground::MAGENTA) |
| static Style | cyan (Ioss::trmclr::Foreground::CYAN) |
| static Style | normal (Ioss::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 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inline |
|
static |
|
static |
|
static |