#include <gzstream.h>


Public Member Functions | |
| igzstream () | |
| igzstream (const char *name, int gz_open_mode=std::ios::in) | |
| gzstreambuf * | rdbuf () |
| void | open (const char *name, int gz_open_mode=std::ios::in) |
Definition at line 92 of file gzstream.h.
| igzstream::igzstream | ( | ) | [inline] |
Definition at line 94 of file gzstream.h.
| igzstream::igzstream | ( | const char * | name, | |
| int | gz_open_mode = std::ios::in | |||
| ) | [inline] |
Definition at line 95 of file gzstream.h.
| gzstreambuf* igzstream::rdbuf | ( | ) | [inline] |
Reimplemented from gzstreambase.
Definition at line 97 of file gzstream.h.
References gzstreambase::rdbuf().
| void igzstream::open | ( | const char * | name, | |
| int | gz_open_mode = std::ios::in | |||
| ) | [inline] |
Reimplemented from gzstreambase.
Definition at line 98 of file gzstream.h.
References gzstreambase::open().
1.5.6