#include <gzstream.h>
Public Member Functions | |
ogzstream (const char *name, int mode=std::ios_base::out, int comp=1) | |
ogzstream () | |
void | open (const char *name, int open_mode=std::ios_base::out, int comp=1) |
gzstreambuf * | rdbuf () |
Definition at line 123 of file gzstream.h.
Base::ogzstream::ogzstream | ( | ) | [inline] |
Definition at line 125 of file gzstream.h.
Base::ogzstream::ogzstream | ( | const char * | name, | |
int | mode = std::ios_base::out , |
|||
int | comp = 1 | |||
) | [inline] |
Definition at line 131 of file gzstream.h.
void Base::ogzstream::open | ( | const char * | name, | |
int | open_mode = std::ios_base::out , |
|||
int | comp = 1 | |||
) | [inline] |
Reimplemented from Base::gzstreambase.
Definition at line 138 of file gzstream.h.
References Base::gzstreambase::open().
gzstreambuf* Base::ogzstream::rdbuf | ( | ) | [inline] |
Reimplemented from Base::gzstreambase.
Definition at line 137 of file gzstream.h.
References Base::gzstreambase::rdbuf().