#include <zstream.h>
Classes | |
| struct | category |
| struct | impl |
Public Types | |
| typedef char | char_type |
Public Member Functions | |
| template<class ostream > | |
| void | attach (ostream &os, const zip_type ztype=zip_type::none) |
| void | close () |
| bool | flush () |
| bool | is_complete () const |
| std::streamsize | write (const char *const s, const std::streamsize n) |
| zstream_sink () | |
| template<class ostream > | |
| zstream_sink (ostream &os, const zip_type ztype=zip_type::none) | |
Private Attributes | |
| boost::shared_ptr< impl > | _impl |
| typedef char utl::zstream_sink::char_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |