#include <gzstream.h>
Public Member Functions | |
| igzstream (const char *name, int open_mode=std::ios_base::in, int comp=1) | |
| igzstream () | |
| void | open (const char *name, int open_mode=std::ios_base::in, int comp=1) |
| gzstreambuf * | rdbuf () |
Definition at line 103 of file gzstream.h.
| Base::igzstream::igzstream | ( | ) | [inline] |
Definition at line 105 of file gzstream.h.
| Base::igzstream::igzstream | ( | const char * | name, | |
| int | open_mode = std::ios_base::in, |
|||
| int | comp = 1 | |||
| ) | [inline] |
Definition at line 111 of file gzstream.h.
| void Base::igzstream::open | ( | const char * | name, | |
| int | open_mode = std::ios_base::in, |
|||
| int | comp = 1 | |||
| ) | [inline] |
Reimplemented from Base::gzstreambase.
Definition at line 118 of file gzstream.h.
References Base::gzstreambase::open().
| gzstreambuf* Base::igzstream::rdbuf | ( | ) | [inline] |
Reimplemented from Base::gzstreambase.
Definition at line 117 of file gzstream.h.
References Base::gzstreambase::rdbuf().
1.6.1