#include <zfstream.h>
Public Member Functions | |
zip_type | get_zip_type () |
bool | is_complete () |
void | open (const std::string &filename, const zip_type ztype) |
void | open (const std::string &filename, const std::ios_base::openmode omode=std::ios_base::out, const zip_type ztype=zip_type::automatic) |
zofstream () | |
zofstream (const std::string &filename, const zip_type ztype) | |
zofstream (const std::string &filename, const std::ios_base::openmode omode=std::ios_base::out, const zip_type ztype=zip_type::automatic) | |
Private Types | |
typedef boost::iostreams::stream < zfstream_sink > | base |
Definition at line 307 of file zfstream.h.
|
private |
Definition at line 309 of file zfstream.h.
|
inline |
Definition at line 312 of file zfstream.h.
|
inline |
Definition at line 314 of file zfstream.h.
|
inline |
Definition at line 317 of file zfstream.h.
|
inline |
Definition at line 332 of file zfstream.h.
|
inline |
Definition at line 330 of file zfstream.h.
|
inline |
Definition at line 322 of file zfstream.h.
References out.
|
inline |
Definition at line 325 of file zfstream.h.