|
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.
|
| ▼Ntermstyle | Namespace for the termstyle library |
| CCol256 | Struct for storing 256-color codes |
| CColor | Struct for storing different types of colors |
| CColRGB | Struct for storing RGB color codes |
| CConfig | Configuration namespace |
| COnExit | The OnExit class is a helper class that performs an action when it goes out of scope |
| CPresetConfig | Struct for storing preset configurations |
| CStyledCout | A class that provides styled output to the standard output stream |
| CStyleString | Struct for storing styled strings |
| CBadColorID | |
| CError | Base class for all exceptions thrown by the library |
| CPresetNameUsed | Thrown when a preset name is already used |
| CPresetNotFound | Thrown when a preset is not found |