|
termstyle 1.0.0-pre.3
An open-source C++ header file that enables developers to easily define and apply customizable style presets for terminal outputs such as warnings, infos, and errors.
|
| Ctermstyle::Col256 | Struct for storing 256-color codes |
| Ctermstyle::Color | Struct for storing different types of colors |
| Ctermstyle::ColRGB | Struct for storing RGB color codes |
| Ctermstyle::Config | Configuration namespace |
| Ctermstyle::OnExit | The OnExit class is a helper class that performs an action when it goes out of scope |
| Ctermstyle::PresetConfig | Struct for storing preset configurations |
| ▼Cstd::runtime_error | |
| ▼CError | Base class for all exceptions thrown by the library |
| CBadColorID | |
| CPresetNameUsed | Thrown when a preset name is already used |
| CPresetNotFound | Thrown when a preset is not found |
| Ctermstyle::StyledCout | A class that provides styled output to the standard output stream |
| Ctermstyle::StyleString | Struct for storing styled strings |