|
CppCommon 1.0.5.0
C++ Common Library
|
Console management definition. More...
Go to the source code of this file.
Classes | |
| class | CppCommon::Console |
| Console management static class. More... | |
Namespaces | |
| namespace | CppCommon |
| C++ Common project definitions. | |
Enumerations | |
| enum class | CppCommon::Color { CppCommon::BLACK , CppCommon::BLUE , CppCommon::GREEN , CppCommon::CYAN , CppCommon::RED , CppCommon::MAGENTA , CppCommon::BROWN , CppCommon::GREY , CppCommon::DARKGREY , CppCommon::LIGHTBLUE , CppCommon::LIGHTGREEN , CppCommon::LIGHTCYAN , CppCommon::LIGHTRED , CppCommon::LIGHTMAGENTA , CppCommon::YELLOW , CppCommon::WHITE } |
| Supported console colors. More... | |
Functions | |
| template<class TOutputStream > | |
| TOutputStream & | CppCommon::operator<< (TOutputStream &stream, Color color) |
| Stream manipulator: change console text color. | |
| template<class TOutputStream > | |
| TOutputStream & | CppCommon::operator<< (TOutputStream &stream, std::pair< Color, Color > colors) |
| Stream manipulator: change console text and background colors. | |