List of all members | Public Member Functions | Private Types
utl::zofstream Class Reference

#include <zfstream.h>

Inheritance diagram for utl::zofstream:
Inheritance graph
[legend]

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
 

Detailed Description

Definition at line 307 of file zfstream.h.

Member Typedef Documentation

typedef boost::iostreams::stream<zfstream_sink> utl::zofstream::base
private

Definition at line 309 of file zfstream.h.

Constructor & Destructor Documentation

utl::zofstream::zofstream ( )
inline

Definition at line 312 of file zfstream.h.

utl::zofstream::zofstream ( const std::string &  filename,
const zip_type  ztype 
)
inline

Definition at line 314 of file zfstream.h.

utl::zofstream::zofstream ( const std::string &  filename,
const std::ios_base::openmode  omode = std::ios_base::out,
const zip_type  ztype = zip_type::automatic 
)
inline

Definition at line 317 of file zfstream.h.

Member Function Documentation

zip_type utl::zofstream::get_zip_type ( )
inline

Definition at line 332 of file zfstream.h.

bool utl::zofstream::is_complete ( )
inline

Definition at line 330 of file zfstream.h.

void utl::zofstream::open ( const std::string &  filename,
const zip_type  ztype 
)
inline

Definition at line 322 of file zfstream.h.

References out.

void utl::zofstream::open ( const std::string &  filename,
const std::ios_base::openmode  omode = std::ios_base::out,
const zip_type  ztype = zip_type::automatic 
)
inline

Definition at line 325 of file zfstream.h.


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.