#include <gzstream.h>
Definition at line 213 of file gzstream.h.
ogzstream::ogzstream |
( |
const char * |
name, |
|
|
int |
mode = std::ios::out |
|
) |
| |
|
inline |
Definition at line 216 of file gzstream.h.
then fatal The output file must have the wildcard in the name
void ogzstream::open |
( |
const char * |
name, |
|
|
int |
open_mode = std::ios::out |
|
) |
| |
|
inline |
Definition at line 218 of file gzstream.h.
void open(const char *name, int open_mode)
then fatal The output file must have the wildcard in the name
void gzstreambase::close |
( |
| ) |
|
|
inlineinherited |
Definition at line 185 of file gzstream.h.
188 clear( rdstate() | std::ios::badbit );
bool gzstreambase::is_open |
( |
| ) |
const |
|
inlineinherited |
The documentation for this class was generated from the following file: