OOStuBS - Technische Informatik II (TI-II)
2.4
|
#include "common/strbuf.h"
gehe zum Quellcode dieser Datei
Klassen | |
class | BGColor |
Manipulation object to set background color. Mehr ... | |
class | Blink |
Manipulation object to set blinking. Mehr ... | |
class | FGColor |
Manipulation object to set foreground color. Mehr ... | |
class | O_Stream |
Manipulation class providing formatted output support. Mehr ... |
Aufzählungen | |
enum | Colors { BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, LIGHTGREY, DARKGREY, LIGHTBLUE, LIGHTGREEN, LIGHTCYAN, LIGHTRED, LIGHTMAGENTA, YELLOW, WHITE } |
Definition der Farben. Mehr ... |
Funktionen | |
O_Stream & | bin (O_Stream &out) |
switch basis of o_stream to binary | |
O_Stream & | dec (O_Stream &out) |
switch basis of o_stream to decimal | |
O_Stream & | endl (O_Stream &out) |
print buffer after adding a newline | |
O_Stream & | hex (O_Stream &out) |
switch basis of o_stream to hexadecimal | |
O_Stream & | oct (O_Stream &out) |
switch basis of o_stream to octal |
Definiert in Datei o_stream.h.
enum Colors |
Definition der Farben.
Durch die Verwendung eines enums werden automatisch die Farben Zahlenwerten zugewiesen.
BLACK | |
BLUE | |
GREEN | |
CYAN | |
RED | |
MAGENTA | |
BROWN | |
LIGHTGREY | |
DARKGREY | |
LIGHTBLUE | |
LIGHTGREEN | |
LIGHTCYAN | |
LIGHTRED | |
LIGHTMAGENTA | |
YELLOW | |
WHITE |
Definiert in Zeile 26 der Datei o_stream.h.
switch basis of o_stream to binary
Definiert in Zeile 130 der Datei o_stream.cc.
switch basis of o_stream to decimal
Definiert in Zeile 142 der Datei o_stream.cc.
print buffer after adding a newline
Definiert in Zeile 123 der Datei o_stream.cc.
switch basis of o_stream to hexadecimal
Definiert in Zeile 148 der Datei o_stream.cc.
switch basis of o_stream to octal
Definiert in Zeile 136 der Datei o_stream.cc.