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

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

Functions

std::ostream & bold (std::ostream &stream)
 Set the text format to bold.
 
std::ostream & dim (std::ostream &stream)
 Set the text format to dim.
 
std::ostream & underline (std::ostream &stream)
 Set the text format to underline.
 
std::ostream & blink (std::ostream &stream)
 Set the text format to blink.
 
std::ostream & reverse (std::ostream &stream)
 Set the text format to reverse.
 
std::ostream & hidden (std::ostream &stream)
 Set the text format to hidden.
 

Detailed Description

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

Function Documentation

◆ blink()

std::ostream & steppable::__internals::utils::formats::blink ( std::ostream & stream)

Set the text format to blink.

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

◆ bold()

std::ostream & steppable::__internals::utils::formats::bold ( std::ostream & stream)

Set the text format to bold.

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:

◆ dim()

std::ostream & steppable::__internals::utils::formats::dim ( std::ostream & stream)

Set the text format to dim.

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

◆ hidden()

std::ostream & steppable::__internals::utils::formats::hidden ( std::ostream & stream)

Set the text format to hidden.

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

◆ reverse()

std::ostream & steppable::__internals::utils::formats::reverse ( std::ostream & stream)

Set the text format to reverse.

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

◆ underline()

std::ostream & steppable::__internals::utils::formats::underline ( std::ostream & stream)

Set the text format to underline.

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