#include <zfstream.h>
Definition at line 192 of file zfstream.h.
utl::zifstream::zifstream |
( |
| ) |
|
|
inline |
utl::zifstream::zifstream |
( |
const std::string & |
filename, |
|
|
const zip_type |
ztype |
|
) |
| |
|
inline |
utl::zifstream::zifstream |
( |
const std::string & |
filename, |
|
|
const std::ios_base::openmode |
om = std::ios_base::in , |
|
|
const zip_type |
ztype = zip_type::automatic |
|
) |
| |
|
inline |
int utl::zifstream::get_n_open_calls |
( |
| ) |
|
|
inline |
zip_type utl::zifstream::get_zip_type |
( |
| ) |
|
|
inline |
bool utl::zifstream::is_complete |
( |
| ) |
|
|
inline |
void utl::zifstream::open |
( |
const std::string & |
filename, |
|
|
const zip_type |
ztype |
|
) |
| |
|
inline |
void utl::zifstream::open |
( |
const std::string & |
filename, |
|
|
const std::ios_base::openmode |
om = std::ios_base::in , |
|
|
const zip_type |
ztype = zip_type::automatic |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: