2#ifndef INFLATEINPUTSTREAMBUF_HPP 
    3#define INFLATEINPUTSTREAMBUF_HPP 
   59    virtual std::streambuf::int_type             
underflow() 
override;
 
   63    std::vector<char>       
m_outvec = std::vector<char>();
 
   66    std::vector<char>       
m_invec = std::vector<char>();
 
   68    z_stream                
m_zs = z_stream();
 
 
The zipios namespace includes the Zipios library definitions.
zipios configuration header.