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

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

Functions

std::ostream & brightBlack (std::ostream &stream)
 Set the background color to bright black.
 
std::ostream & brightRed (std::ostream &stream)
 Set the background color to bright red.
 
std::ostream & brightGreen (std::ostream &stream)
 Set the background color to bright green.
 
std::ostream & brightYellow (std::ostream &stream)
 Set the background color to bright yellow.
 
std::ostream & brightBlue (std::ostream &stream)
 Set the background color to bright blue.
 
std::ostream & brightCyan (std::ostream &stream)
 Set the background color to bright cyan.
 
std::ostream & brightWhite (std::ostream &stream)
 Set the background color to bright white.
 

Detailed Description

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

Function Documentation

◆ brightBlack()

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

Set the background 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::colorsBg::brightBlue ( std::ostream & stream)

Set the background 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::colorsBg::brightCyan ( std::ostream & stream)

Set the background 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::colorsBg::brightGreen ( std::ostream & stream)

Set the background color to bright green.

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::colorsBg::brightRed ( std::ostream & stream)

Set the background 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::colorsBg::brightWhite ( std::ostream & stream)

Set the background 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::colorsBg::brightYellow ( std::ostream & stream)

Set the background color to bright yellow.

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