#include <gzstream.h>
Definition at line 203 of file gzstream.h.
◆ igzstream() [1/2]
◆ igzstream() [2/2]
igzstream::igzstream |
( |
const char * |
name, |
|
|
int |
open_mode = std::ios::in |
|
) |
| |
|
inline |
◆ open()
void igzstream::open |
( |
const char * |
name, |
|
|
int |
open_mode = std::ios::in |
|
) |
| |
|
inline |
Definition at line 208 of file gzstream.h.
void open(const char *name, int open_mode)
◆ close()
void gzstreambase::close |
( |
| ) |
|
|
inlineinherited |
Definition at line 185 of file gzstream.h.
188 clear( rdstate() | std::ios::badbit );
◆ rdbuf()
◆ is_open()
bool gzstreambase::is_open |
( |
| ) |
const |
|
inlineinherited |
◆ buf
The documentation for this class was generated from the following file: