zlibcomplete
Simple C++ wrapper for zlib using RAII and std::string with flush.
 All Classes Namespaces Files Functions Enumerations Enumerator Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\NzlibcompleteTop-level namespace for all compressors and decompressors
 oCGZipCompressorGZip compression class using std::string for input and output
 oCGZipDecompressorGZip decompression class using std::string for input and output
 oCZLibCompressorZLib compression class using std::string for input and output
 oCZLibDecompressorZLib decompression class using std::string for input and output
 oCRawDeflaterRaw ZLib compression class using std::string for input and output
 \CRawInflaterRaw ZLib decompression class using std::string for input and output