Public Member Functions | |
void | init () |
Public Attributes | |
std::string | _filename |
detail::zifilter | _filter |
unsigned int | _n_open_calls = 0 |
std::ios_base::openmode | _openmode |
std::size_t | _position |
std::ifstream | _stream |
zip_type | _zip_type |
Definition at line 46 of file zfstream.h.
|
inline |
Definition at line 48 of file zfstream.h.
References _filename, _filter, _n_open_calls, _openmode, _position, _stream, _zip_type, and utl::detail::zfilter< filtering_stream, gzip_compressor, bzip2_compressor >::push().
std::string utl::zfstream_source::impl::_filename |
Definition at line 58 of file zfstream.h.
Referenced by init().
detail::zifilter utl::zfstream_source::impl::_filter |
Definition at line 63 of file zfstream.h.
Referenced by init().
unsigned int utl::zfstream_source::impl::_n_open_calls = 0 |
Definition at line 57 of file zfstream.h.
Referenced by init().
std::ios_base::openmode utl::zfstream_source::impl::_openmode |
Definition at line 60 of file zfstream.h.
Referenced by init().
std::size_t utl::zfstream_source::impl::_position |
Definition at line 62 of file zfstream.h.
Referenced by init().
std::ifstream utl::zfstream_source::impl::_stream |
Definition at line 61 of file zfstream.h.
Referenced by init().
zip_type utl::zfstream_source::impl::_zip_type |
Definition at line 59 of file zfstream.h.
Referenced by init().