Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::__internals::utils::colors Namespace Reference

A namespace containing functions to set the text color in an output stream. More...

Functions

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.
 

Detailed Description

A namespace containing functions to set the text color in an output stream.

Function Documentation

◆ black()

std::ostream & steppable::__internals::utils::colors::black ( std::ostream & stream)

Set the text color to black.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ blue()

std::ostream & steppable::__internals::utils::colors::blue ( std::ostream & stream)

Set the text color to blue.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ brightBlack()

std::ostream & steppable::__internals::utils::colors::brightBlack ( std::ostream & stream)

Set the text color to bright black.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ brightBlue()

std::ostream & steppable::__internals::utils::colors::brightBlue ( std::ostream & stream)

Set the text color to bright blue.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ brightCyan()

std::ostream & steppable::__internals::utils::colors::brightCyan ( std::ostream & stream)

Set the text color to bright cyan.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ brightGreen()

std::ostream & steppable::__internals::utils::colors::brightGreen ( std::ostream & stream)

Set the text color to bright green.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ brightMagenta()

std::ostream & steppable::__internals::utils::colors::brightMagenta ( std::ostream & stream)

Set the text color to bright magenta.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ brightRed()

std::ostream & steppable::__internals::utils::colors::brightRed ( std::ostream & stream)

Set the text color to bright red.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ brightWhite()

std::ostream & steppable::__internals::utils::colors::brightWhite ( std::ostream & stream)

Set the text color to bright white.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ brightYellow()

std::ostream & steppable::__internals::utils::colors::brightYellow ( std::ostream & stream)

Set the text color to bright yellow.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ cyan()

std::ostream & steppable::__internals::utils::colors::cyan ( std::ostream & stream)

Set the text color to cyan.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ green()

std::ostream & steppable::__internals::utils::colors::green ( std::ostream & stream)

Set the text color to green.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ magenta()

std::ostream & steppable::__internals::utils::colors::magenta ( std::ostream & stream)

Set the text color to magenta.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ red()

std::ostream & steppable::__internals::utils::colors::red ( std::ostream & stream)

Set the text color to red.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ white()

std::ostream & steppable::__internals::utils::colors::white ( std::ostream & stream)

Set the text color to white.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:

◆ yellow()

std::ostream & steppable::__internals::utils::colors::yellow ( std::ostream & stream)

Set the text color to yellow.

Parameters
[in]streamThe output stream to modify.
Returns
The modified output stream.
Here is the call graph for this function:
Untitled