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