#include <gzstream.h>


Public Member Functions | |
| ogzstream () | |
| ogzstream (const char *name, int mode=std::ios::out) | |
| gzstreambuf * | rdbuf () |
| void | open (const char *name, int open_mode=std::ios::out) |
| ogzstream::ogzstream | ( | ) | [inline] |
| ogzstream::ogzstream | ( | const char * | name, | |
| int | mode = std::ios::out | |||
| ) | [inline] |
| void ogzstream::open | ( | const char * | name, | |
| int | open_mode = std::ios::out | |||
| ) | [inline] |
Reimplemented from gzstreambase.
| gzstreambuf* ogzstream::rdbuf | ( | ) | [inline] |
Reimplemented from gzstreambase.
1.5.8