Steppable 0.0.1
A CAS project written from scratch in C++
|
A namespace containing functions to set the text color in an output stream. More...
Functions | |
std::ostream & | keepOriginal (std::ostream &stream) |
Does nothing. | |
std::ostream & | black (std::ostream &stream) |
Set the text color to black. | |
std::ostream & | red (std::ostream &stream) |
Set the text color to red. | |
std::ostream & | green (std::ostream &stream) |
Set the text color to green. | |
std::ostream & | yellow (std::ostream &stream) |
Set the text color to yellow. | |
std::ostream & | blue (std::ostream &stream) |
Set the text color to blue. | |
std::ostream & | magenta (std::ostream &stream) |
Set the text color to magenta. | |
std::ostream & | cyan (std::ostream &stream) |
Set the text color to cyan. | |
std::ostream & | white (std::ostream &stream) |
Set the text color to white. | |
std::ostream & | brightBlack (std::ostream &stream) |
Set the text color to bright black. | |
std::ostream & | brightRed (std::ostream &stream) |
Set the text color to bright red. | |
std::ostream & | brightGreen (std::ostream &stream) |
Set the text color to bright green. | |
std::ostream & | brightYellow (std::ostream &stream) |
Set the text color to bright yellow. | |
std::ostream & | brightBlue (std::ostream &stream) |
Set the text color to bright blue. | |
std::ostream & | brightMagenta (std::ostream &stream) |
Set the text color to bright magenta. | |
std::ostream & | brightCyan (std::ostream &stream) |
Set the text color to bright cyan. | |
std::ostream & | brightWhite (std::ostream &stream) |
Set the text color to bright white. |
A namespace containing functions to set the text color in an output stream.
std::ostream & steppable::__internals::utils::colors::black | ( | std::ostream & | stream | ) |
Set the text color to black.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::blue | ( | std::ostream & | stream | ) |
Set the text color to blue.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::brightBlack | ( | std::ostream & | stream | ) |
Set the text color to bright black.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::brightBlue | ( | std::ostream & | stream | ) |
Set the text color to bright blue.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::brightCyan | ( | std::ostream & | stream | ) |
Set the text color to bright cyan.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::brightGreen | ( | std::ostream & | stream | ) |
Set the text color to bright green.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::brightMagenta | ( | std::ostream & | stream | ) |
Set the text color to bright magenta.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::brightRed | ( | std::ostream & | stream | ) |
Set the text color to bright red.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::brightWhite | ( | std::ostream & | stream | ) |
Set the text color to bright white.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::brightYellow | ( | std::ostream & | stream | ) |
Set the text color to bright yellow.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::cyan | ( | std::ostream & | stream | ) |
Set the text color to cyan.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::green | ( | std::ostream & | stream | ) |
Set the text color to green.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::keepOriginal | ( | std::ostream & | stream | ) |
Does nothing.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::magenta | ( | std::ostream & | stream | ) |
Set the text color to magenta.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::red | ( | std::ostream & | stream | ) |
Set the text color to red.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::white | ( | std::ostream & | stream | ) |
Set the text color to white.
[in] | stream | The output stream to modify. |
std::ostream & steppable::__internals::utils::colors::yellow | ( | std::ostream & | stream | ) |
Set the text color to yellow.
[in] | stream | The output stream to modify. |