Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::detail::gzip_header Class Reference

#include <gzip.hpp>

Public Member Functions

 gzip_header ()
 
void process (char c)
 
bool done () const
 
void reset ()
 
std::string file_name () const
 
std::string comment () const
 
bool text () const
 
int os () const
 
std::time_t mtime () const
 

Constructor & Destructor Documentation

boost::iostreams::detail::gzip_header::gzip_header ( )
inline

Member Function Documentation

std::string boost::iostreams::detail::gzip_header::comment ( ) const
inline
bool boost::iostreams::detail::gzip_header::done ( ) const
inline
std::string boost::iostreams::detail::gzip_header::file_name ( ) const
inline
std::time_t boost::iostreams::detail::gzip_header::mtime ( ) const
inline
int boost::iostreams::detail::gzip_header::os ( ) const
inline
void boost::iostreams::detail::gzip_header::process ( char  c)
void boost::iostreams::detail::gzip_header::reset ( )
bool boost::iostreams::detail::gzip_header::text ( ) const
inline

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