#include <gzstream.h>
Inheritance diagram for GZSTREAM_NAMESPACE::gzstreambase:

Public Member Functions | |
| gzstreambase () | |
| gzstreambase (const char *name, int open_mode) | |
| ~gzstreambase () | |
| void | open (const char *name, int open_mode) | 
| void | close () | 
| gzstreambuf * | rdbuf () | 
Protected Attributes | |
| gzstreambuf | buf | 
| GZSTREAM_NAMESPACE::gzstreambase::gzstreambase | ( | ) |  [inline] | 
        
| GZSTREAM_NAMESPACE::gzstreambase::gzstreambase | ( | const char * | name, | |
| int | open_mode | |||
| ) | 
| GZSTREAM_NAMESPACE::gzstreambase::~gzstreambase | ( | ) | 
| void GZSTREAM_NAMESPACE::gzstreambase::close | ( | ) | 
| void GZSTREAM_NAMESPACE::gzstreambase::open | ( | const char * | name, | |
| int | open_mode | |||
| ) | 
Reimplemented in GZSTREAM_NAMESPACE::igzstream, and GZSTREAM_NAMESPACE::ogzstream.
| gzstreambuf* GZSTREAM_NAMESPACE::gzstreambase::rdbuf | ( | ) |  [inline] | 
        
Reimplemented in GZSTREAM_NAMESPACE::igzstream, and GZSTREAM_NAMESPACE::ogzstream.
gzstreambuf GZSTREAM_NAMESPACE::gzstreambase::buf [protected]           | 
        
 1.4.7