zlibcomplete
Simple C++ wrapper for zlib using RAII and std::string with flush.
 All Classes Namespaces Files Functions Enumerations Enumerator Macros Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCzlibcomplete::ZLibBaseCompressor
|oCzlibcomplete::GZipCompressorGZip compression class using std::string for input and output
|oCzlibcomplete::RawDeflaterRaw ZLib compression class using std::string for input and output
|\Czlibcomplete::ZLibCompressorZLib compression class using std::string for input and output
\Czlibcomplete::ZLibBaseDecompressor
 oCzlibcomplete::GZipDecompressorGZip decompression class using std::string for input and output
 oCzlibcomplete::RawInflaterRaw ZLib decompression class using std::string for input and output
 \Czlibcomplete::ZLibDecompressorZLib decompression class using std::string for input and output