Definition in file Color.h.
#include <iostream>


Go to the source code of this file.
Classes | |
| class | Color |
| |
| class | FixedFloat |
| High-level stream manipulator for fixed floats. More... | |
Enumerations | |
| enum | EColor { C_NO_COLOR = 0, C_BLUE, C_GREEN, C_CYAN, C_RED, C_PURPLE, C_BROWN, C_LIGHT_GRAY, C_DARK_GRAY, C_LIGHT_BLUE, C_LIGHT_GREEN, C_LIGHT_CYAN, C_LIGHT_RED, C_LIGHT_PURPLE, C_YELLOW, C_WHITE } |
| Console ouput colors enumeration. Zero means default color. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &, const Color &) |
| This behaves as standard stream manipulators. | |
| std::ostream & | operator<< (std::ostream &stream, const FixedFloat &) |
| This behaves as standard stream manipulators. | |
| enum EColor |
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const FixedFloat & | ||||
| ) |
This behaves as standard stream manipulators.
Definition at line 108 of file Color.cpp.
References FixedFloat::d.
| std::ostream& operator<< | ( | std::ostream & | , | |
| const Color & | ||||
| ) |
This behaves as standard stream manipulators.
Definition at line 62 of file Color.cpp.
References C_BLUE, C_BROWN, C_CYAN, C_DARK_GRAY, C_GREEN, C_LIGHT_BLUE, C_LIGHT_CYAN, C_LIGHT_GRAY, C_LIGHT_GREEN, C_LIGHT_PURPLE, C_LIGHT_RED, C_NO_COLOR, C_PURPLE, C_RED, C_WHITE, C_YELLOW, Color::d, and Color::useColors.
1.5.4