A namespace containing functions to set the text format in an output stream.
More...
|
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.
|
|
A namespace containing functions to set the text format in an output stream.
◆ blink()
std::ostream & steppable::__internals::utils::formats::blink |
( |
std::ostream & | stream | ) |
|
Set the text format to blink.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ bold()
std::ostream & steppable::__internals::utils::formats::bold |
( |
std::ostream & | stream | ) |
|
Set the text format to bold.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ dim()
std::ostream & steppable::__internals::utils::formats::dim |
( |
std::ostream & | stream | ) |
|
Set the text format to dim.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ hidden()
std::ostream & steppable::__internals::utils::formats::hidden |
( |
std::ostream & | stream | ) |
|
Set the text format to hidden.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ reverse()
std::ostream & steppable::__internals::utils::formats::reverse |
( |
std::ostream & | stream | ) |
|
Set the text format to reverse.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ underline()
std::ostream & steppable::__internals::utils::formats::underline |
( |
std::ostream & | stream | ) |
|
Set the text format to underline.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.