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::BufferedReader< Type_ >Buffered wrapper around a Reader
 Cbyteme::ParallelBufferedReader< Type_, Pointer_ >Parallelized buffering to wrap a Reader
 Cbyteme::SerialBufferedReader< Type_, Pointer_ >Serial buffering to wrap a Reader
 Cbyteme::BufferedWriter< Type_, WriterPointer_ >Buffered wrapper around a Writer
 Cbyteme::ParallelBufferedWriter< Type_, Pointer_ >Parallelized buffering to wrap a Writer
 Cbyteme::SerialBufferedWriter< Type_, Pointer_ >Serial buffering to wrap a Writer
 Cbyteme::GzipFileReaderOptionsOptions for GzipFileReader construction
 Cbyteme::GzipFileWriterOptionsOptions for GzipFileWriter construction
 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::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::ZlibBufferReaderRead and decompress bytes from a Zlib-compressed buffer
 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