A namespace containing functions to set the text color in an output stream.
More...
|
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.
◆ black()
std::ostream & steppable::__internals::utils::colors::black |
( |
std::ostream & | stream | ) |
|
Set the text color to black.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ blue()
std::ostream & steppable::__internals::utils::colors::blue |
( |
std::ostream & | stream | ) |
|
Set the text color to blue.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightBlack()
std::ostream & steppable::__internals::utils::colors::brightBlack |
( |
std::ostream & | stream | ) |
|
Set the text color to bright black.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightBlue()
std::ostream & steppable::__internals::utils::colors::brightBlue |
( |
std::ostream & | stream | ) |
|
Set the text color to bright blue.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightCyan()
std::ostream & steppable::__internals::utils::colors::brightCyan |
( |
std::ostream & | stream | ) |
|
Set the text color to bright cyan.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightGreen()
std::ostream & steppable::__internals::utils::colors::brightGreen |
( |
std::ostream & | stream | ) |
|
Set the text color to bright green.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightMagenta()
std::ostream & steppable::__internals::utils::colors::brightMagenta |
( |
std::ostream & | stream | ) |
|
Set the text color to bright magenta.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightRed()
std::ostream & steppable::__internals::utils::colors::brightRed |
( |
std::ostream & | stream | ) |
|
Set the text color to bright red.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightWhite()
std::ostream & steppable::__internals::utils::colors::brightWhite |
( |
std::ostream & | stream | ) |
|
Set the text color to bright white.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightYellow()
std::ostream & steppable::__internals::utils::colors::brightYellow |
( |
std::ostream & | stream | ) |
|
Set the text color to bright yellow.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ cyan()
std::ostream & steppable::__internals::utils::colors::cyan |
( |
std::ostream & | stream | ) |
|
Set the text color to cyan.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ green()
std::ostream & steppable::__internals::utils::colors::green |
( |
std::ostream & | stream | ) |
|
Set the text color to green.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ magenta()
std::ostream & steppable::__internals::utils::colors::magenta |
( |
std::ostream & | stream | ) |
|
Set the text color to magenta.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ red()
std::ostream & steppable::__internals::utils::colors::red |
( |
std::ostream & | stream | ) |
|
Set the text color to red.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ white()
std::ostream & steppable::__internals::utils::colors::white |
( |
std::ostream & | stream | ) |
|
Set the text color to white.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ yellow()
std::ostream & steppable::__internals::utils::colors::yellow |
( |
std::ostream & | stream | ) |
|
Set the text color to yellow.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.