|
HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
|
#include <iostream>#include <ostream>#include <sstream>#include <string>#include <type_traits>#include <vector>Go to the source code of this file.
Classes | |
| class | ascii::Color256 |
| class | ascii::RGB |
| class | ascii::Decoration |
| class | ascii::Foreground |
| class | ascii::Background |
Namespaces | |
| namespace | ascii |
| for detailed info, refered to https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797. | |
Enumerations | |
| enum class | ascii::Color { ascii::BLACK = 30 , ascii::RED = 31 , ascii::GREEN = 32 , ascii::YELLOW = 33 , ascii::BLUE = 34 , ascii::MAGENTA = 35 , ascii::CYAN = 36 , ascii::WHITE = 37 , ascii::BRIGHT_BLACK = 90 , ascii::BRIGHT_RED = 91 , ascii::BRIGHT_GREEN = 92 , ascii::BRIGHT_YELLOW = 93 , ascii::BRIGHT_BLUE = 94 , ascii::BRIGHT_MAGENTA = 95 , ascii::BRIGHT_CYAN = 96 , ascii::BRIGHT_WHITE = 97 , ascii::RESET = -1 } |