tudocomp
– The TU Dortmund Compression Framework
tdc::io::Output Member List

This is the complete list of members for tdc::io::Output, including all inherited members.

as_stream() consttdc::io::Outputinline
from_memory(std::vector< uint8_t > &buf)tdc::io::Outputinlinestatic
from_path(const Path &path, bool overwrite=false)tdc::io::Outputinlinestatic
from_stream(std::ostream &stream)tdc::io::Outputinlinestatic
operator=(Output &&other)tdc::io::Outputinline
Output()tdc::io::Outputinline
Output(Output &&other)tdc::io::Outputinline
Output(const Path &path, bool overwrite=false)tdc::io::Outputinline
Output(std::vector< uint8_t > &buf)tdc::io::Outputinline
Output(std::ostream &stream)tdc::io::Outputinline
OutputStream classtdc::io::Outputfriend