The OutputStream class provides writing of binary data to an ostream. More...
#include <Stream.h>
Public Member Functions | |
OutputStream & | operator<< (double d) |
OutputStream & | operator<< (float f) |
OutputStream & | operator<< (uint64_t ul) |
OutputStream & | operator<< (int64_t l) |
OutputStream & | operator<< (uint32_t ui) |
OutputStream & | operator<< (int32_t i) |
OutputStream & | operator<< (uint16_t us) |
OutputStream & | operator<< (int16_t s) |
OutputStream & | operator<< (uint8_t uch) |
OutputStream & | operator<< (int8_t ch) |
OutputStream & | operator<< (bool b) |
OutputStream (std::ostream &rout) | |
~OutputStream () |
The OutputStream class provides writing of binary data to an ostream.
Definition at line 60 of file Stream.h.
OutputStream::OutputStream | ( | std::ostream & | rout | ) |
Definition at line 64 of file Stream.cpp.
OutputStream::~OutputStream | ( | ) |
Definition at line 68 of file Stream.cpp.
OutputStream & OutputStream::operator<< | ( | double | d | ) |
Definition at line 139 of file Stream.cpp.
References Base::Stream::_swap.
OutputStream & OutputStream::operator<< | ( | float | f | ) |
Definition at line 132 of file Stream.cpp.
References Base::Stream::_swap.
OutputStream & OutputStream::operator<< | ( | uint64_t | ul | ) |
Definition at line 125 of file Stream.cpp.
References Base::Stream::_swap.
OutputStream & OutputStream::operator<< | ( | int64_t | l | ) |
Definition at line 118 of file Stream.cpp.
References Base::Stream::_swap.
OutputStream & OutputStream::operator<< | ( | uint32_t | ui | ) |
Definition at line 111 of file Stream.cpp.
References Base::Stream::_swap.
OutputStream & OutputStream::operator<< | ( | int32_t | i | ) |
Definition at line 104 of file Stream.cpp.
References Base::Stream::_swap.
OutputStream & OutputStream::operator<< | ( | uint16_t | us | ) |
Definition at line 97 of file Stream.cpp.
References Base::Stream::_swap.
OutputStream & OutputStream::operator<< | ( | int16_t | s | ) |
Definition at line 90 of file Stream.cpp.
References Base::Stream::_swap.
OutputStream & OutputStream::operator<< | ( | uint8_t | uch | ) |
Definition at line 84 of file Stream.cpp.
OutputStream & OutputStream::operator<< | ( | int8_t | ch | ) |
Definition at line 78 of file Stream.cpp.
OutputStream & OutputStream::operator<< | ( | bool | b | ) |
Definition at line 72 of file Stream.cpp.