List of all members | Public Member Functions
utl::detail::zfilter< filtering_stream, gzip_compressor, bzip2_compressor > Struct Template Reference

#include <zstream.h>

Inheritance diagram for utl::detail::zfilter< filtering_stream, gzip_compressor, bzip2_compressor >:
Inheritance graph
[legend]

Public Member Functions

template<class stream >
void push (stream &strm, const zip_type ztype)
 
 zfilter ()
 
template<class stream >
 zfilter (stream &strm, const zip_type ztype)
 
 ~zfilter ()
 

Detailed Description

template<class filtering_stream, class gzip_compressor, class bzip2_compressor>
struct utl::detail::zfilter< filtering_stream, gzip_compressor, bzip2_compressor >

Definition at line 34 of file zstream.h.

Constructor & Destructor Documentation

template<class filtering_stream , class gzip_compressor , class bzip2_compressor >
utl::detail::zfilter< filtering_stream, gzip_compressor, bzip2_compressor >::zfilter ( )
inline

Definition at line 35 of file zstream.h.

template<class filtering_stream , class gzip_compressor , class bzip2_compressor >
template<class stream >
utl::detail::zfilter< filtering_stream, gzip_compressor, bzip2_compressor >::zfilter ( stream &  strm,
const zip_type  ztype 
)
inline
template<class filtering_stream , class gzip_compressor , class bzip2_compressor >
utl::detail::zfilter< filtering_stream, gzip_compressor, bzip2_compressor >::~zfilter ( )
inline

Definition at line 41 of file zstream.h.

Member Function Documentation

template<class filtering_stream , class gzip_compressor , class bzip2_compressor >
template<class stream >
void utl::detail::zfilter< filtering_stream, gzip_compressor, bzip2_compressor >::push ( stream &  strm,
const zip_type  ztype 
)
inline

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

, generated on Tue Sep 26 2023.