|
tudocomp
– The TU Dortmund Compression Framework
|
This is the complete list of members for tdc::io::Output, including all inherited members.
| as_stream() const | tdc::io::Output | inline |
| from_memory(std::vector< uint8_t > &buf) | tdc::io::Output | inlinestatic |
| from_path(const Path &path, bool overwrite=false) | tdc::io::Output | inlinestatic |
| from_stream(std::ostream &stream) | tdc::io::Output | inlinestatic |
| operator=(Output &&other) | tdc::io::Output | inline |
| Output() | tdc::io::Output | inline |
| Output(Output &&other) | tdc::io::Output | inline |
| Output(const Path &path, bool overwrite=false) | tdc::io::Output | inline |
| Output(std::vector< uint8_t > &buf) | tdc::io::Output | inline |
| Output(std::ostream &stream) | tdc::io::Output | inline |
| OutputStream class | tdc::io::Output | friend |