byteme
C++ wrappers for buffered inputs
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cbyteme::GzipFileReaderOptionsOptions for GzipFileReader construction
 Cbyteme::GzipFileWriterOptionsOptions for GzipFileWriter construction
 Cbyteme::IstreamReaderOptionsOptions for IstreamReader construction
 Cbyteme::PerByteInterface< Type_ >Interface for byte-by-byte extraction from a Reader source
 Cbyteme::PerByteParallel< Type_, Pointer_ >Parallelized byte-by-byte extraction from a Reader source
 Cbyteme::PerByteSerial< Type_, Pointer_ >Serial byte-by-byte extraction from a Reader source
 Cbyteme::RawBufferWriterOptionsOptions for the RawBufferWriter constructor
 Cbyteme::RawFileReaderOptionsOptions for the RawFileReader constructor
 Cbyteme::RawFileWriterOptionsOptions for the RawFileWriter constructor
 Cbyteme::ReaderVirtual class for reading bytes from a source
 Cbyteme::ChunkedBufferReaderRead chunks of bytes from a raw buffer
 Cbyteme::GzipFileReaderRead uncompressed bytes from a Gzip-compressed file
 Cbyteme::IstreamReader< Pointer_ >Read bytes from a std::istream
 Cbyteme::RawBufferReaderRead bytes from a raw buffer, usually text
 Cbyteme::RawFileReaderRead bytes from a file, usually text
 Cbyteme::SomeBufferReaderRead a buffer that may or may not be Gzip/Zlib-compressed
 Cbyteme::SomeFileReaderRead a file that may or may not be Gzipped
 Cbyteme::ZlibBufferReaderRead and decompress bytes from a Zlib-compressed buffer
 Cbyteme::SomeBufferReaderOptionsOptions for the SomeBufferReader constructor
 Cbyteme::SomeFileReaderOptionsOptions for the SomeFileReader constructor
 Cbyteme::WriterVirtual class for writing bytes to a sink
 Cbyteme::GzipFileWriterWrite uncompressed bytes to a Gzip-compressed file
 Cbyteme::OstreamWriter< Pointer_ >Read bytes from a std::ostream
 Cbyteme::RawBufferWriterWrite bytes to a raw buffer
 Cbyteme::RawFileWriterWrite bytes to a file
 Cbyteme::ZlibBufferWriterCompress and write bytes to a Zlib-compressed buffer
 Cbyteme::ZlibBufferReaderOptionsOptions for the ZlibBufferReader constructor
 Cbyteme::ZlibBufferWriterOptionsOptions for the ZlibBufferWriter constructor