tudocomp
– The TU Dortmund Compression Framework
|
This is the complete list of members for tdc::test::TestInput, including all inherited members.
as_stream() const | tdc::io::Input | inline |
as_view() const | tdc::io::Input | inline |
from_memory(const std::vector< uint8_t > &buf) | tdc::io::Input | inlinestatic |
from_memory(const string_ref buf) | tdc::io::Input | inlinestatic |
from_path(std::string path) | tdc::io::Input | inlinestatic |
Input() | tdc::io::Input | inline |
Input(const Input &other) | tdc::io::Input | inline |
Input(Input &&other) | tdc::io::Input | inline |
Input(Path &&path) | tdc::io::Input | inline |
Input(const string_ref &buf) | tdc::io::Input | inline |
Input(const std::vector< uint8_t > &buf) | tdc::io::Input | inline |
Input(std::istream &stream) | tdc::io::Input | inline |
operator=(Input &&other) | tdc::io::Input | inline |
operator=(const Input &other) | tdc::io::Input | inline |
size() const | tdc::io::Input | inline |
TestInput(string_ref text, bool sentinel) | tdc::test::TestInput | inline |
TestInput(io::Path &&path, bool sentinel) | tdc::test::TestInput | inline |