|
| std::ostream & | red (std::ostream &s) |
| | Makes the text on the console red.
|
| |
| std::ostream & | green (std::ostream &s) |
| | Makes the text on the console green.
|
| |
| std::ostream & | blue (std::ostream &s) |
| | Makes the text on the console blue.
|
| |
| std::ostream & | yellow (std::ostream &s) |
| | Makes the text on the console yellow.
|
| |
| std::ostream & | magenta (std::ostream &s) |
| | Makes the text on the console magenta.
|
| |
| std::ostream & | cyan (std::ostream &s) |
| | Makes the text on the console cyan.
|
| |
| std::ostream & | white (std::ostream &s) |
| | Makes the text on the console white.
|
| |
| std::ostream & | bold (std::ostream &s) |
| | Makes the text on the console bold.
|
| |
| std::ostream & | normal (std::ostream &s) |
| | Makes the text on the console non-bold and white.
|
| |