![]() |
Consolix
|
Provides utilities for changing text color in streams. More...
#include <iostream>
Go to the source code of this file.
Classes | |
class | consolix::ColorManipulator |
A utility class for managing text color in streams. More... | |
Namespaces | |
namespace | consolix |
< Utility modules and helpers. | |
Macros | |
#define | _CONSOLIX_COLOR_MANIPULATOR_HPP_INCLUDED |
#define | CONSOLIX_DEFAULT_COLOR consolix::TextColor::LightGray |
Default text color. | |
Functions | |
ColorManipulator | consolix::color (TextColor color) |
Creates a color manipulator for use in output streams. | |
std::ostream & | consolix::operator<< (std::ostream &os, const ColorManipulator &manip) |
Overloads the stream operator to apply text color. | |
Provides utilities for changing text color in streams.
Definition in file ColorManipulator.hpp.
#define _CONSOLIX_COLOR_MANIPULATOR_HPP_INCLUDED |
Definition at line 3 of file ColorManipulator.hpp.
#define CONSOLIX_DEFAULT_COLOR consolix::TextColor::LightGray |
Default text color.
Definition at line 11 of file ColorManipulator.hpp.