tudocomp
– The TU Dortmund Compression Framework
tdc::io::OutputStream Class Reference

Provides a character stream to the underlying output. More...

#include <OutputStream.hpp>

Inheritance diagram for tdc::io::OutputStream:

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...
 

Detailed Description

Provides a character stream to the underlying output.

Definition at line 161 of file OutputStream.hpp.

Constructor & Destructor Documentation

◆ OutputStream() [1/3]

tdc::io::OutputStream::OutputStream ( OutputStream &&  mem)
inline

Move constructor.

Definition at line 170 of file OutputStream.hpp.

◆ OutputStream() [2/3]

tdc::io::OutputStream::OutputStream ( const OutputStream other)
inlinedelete

Copy constructor (deleted).

◆ OutputStream() [3/3]

tdc::io::OutputStream::OutputStream ( )
inlinedelete

Default constructor (deleted).

Member Function Documentation

◆ tellp()

std::streampos tdc::io::OutputStream::tellp ( )
inline

Definition at line 180 of file OutputStream.hpp.

Friends And Related Function Documentation

◆ Output

friend class Output
friend

Convenience shortcut to io::Output.

Definition at line 162 of file OutputStream.hpp.


The documentation for this class was generated from the following file: