OOStuBS - Technische Informatik II (TI-II)
2.4
|
#include "common/o_stream.h"
gehe zum Quellcode dieser Datei
Funktionen | |
O_Stream & | bin (O_Stream &os) |
switch basis of o_stream to binary | |
O_Stream & | dec (O_Stream &os) |
switch basis of o_stream to decimal | |
O_Stream & | endl (O_Stream &os) |
print buffer after adding a newline | |
O_Stream & | hex (O_Stream &os) |
switch basis of o_stream to hexadecimal | |
O_Stream & | oct (O_Stream &os) |
switch basis of o_stream to octal |
Definiert in Datei o_stream.cc.
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.