#include <Color.h>
Console output color manipulator
Definition at line 54 of file Color.h.
Public Member Functions | ||||
| Color (EColor color=C_NO_COLOR) | ||||
| ||||
| Color (const Color &) | ||||
| ~Color () | ||||
Static Public Member Functions | ||||
| static void | enable (bool) | |||
| ||||
| static bool | isEnabled () | |||
| ||||
Private Member Functions | ||||
| Color & | operator= (const Color &) | |||
Private Attributes | ||||
| Private * | d | |||
Static Private Attributes | ||||
| static bool | useColors = false | |||
Friends | ||||
| std::ostream & | operator<< (std::ostream &, const Color &) | |||
| This behaves as standard stream manipulators. | ||||
| void enable | ( | bool | b | ) | [static] |
| bool isEnabled | ( | ) | [static] |
| std::ostream& operator<< | ( | std::ostream & | , | |
| const Color & | ||||
| ) | [friend] |
bool useColors = false [static, private] |
Private* d [private] |
1.5.4