#include <fssIO.h>

Definition at line 112 of file fssIO.h.
Public Member Functions | |
| Color (EColor color=C_NO_COLOR) | |
| Color (const Color &) | |
| ~Color () | |
Static Public Member Functions | |
| static void | enable (bool) |
| Enable/disable color ouput glaobally. | |
| static bool | isEnabled () |
Friends | |
| std::ostream & | operator<< (std::ostream &, const Color &) |
| This behaves as standard stream manipulators. | |
Classes | |
| struct | Private |
| color | Desired color of console output. If omitted, default color is assumed. |
Definition at line 67 of file fssIO.cpp.
References Color::Private::color.
| void enable | ( | bool | b | ) | [static] |
| bool isEnabled | ( | ) | [static] |
| std::ostream& operator<< | ( | std::ostream & | , | |
| const Color & | ||||
| ) | [friend] |
1.5.4