tudocomp
– The TU Dortmund Compression Framework
|
Provides a character stream to the underlying output. More...
#include <OutputStream.hpp>
Public Member Functions | |
OutputStream (OutputStream &&mem) | |
Move constructor. More... | |
OutputStream (const OutputStream &other)=delete | |
Copy constructor (deleted). More... | |
OutputStream ()=delete | |
Default constructor (deleted). More... | |
std::streampos | tellp () |
Friends | |
class | Output |
Convenience shortcut to io::Output. More... | |
Provides a character stream to the underlying output.
Definition at line 161 of file OutputStream.hpp.
|
inline |
Move constructor.
Definition at line 170 of file OutputStream.hpp.
|
inlinedelete |
Copy constructor (deleted).
|
inlinedelete |
Default constructor (deleted).
|
inline |
Definition at line 180 of file OutputStream.hpp.
|
friend |
Convenience shortcut to io::Output.
Definition at line 162 of file OutputStream.hpp.