|
ARTS
2.4.0(git:4fb77825)
|
#include <gzstream.h>
Public Member Functions | |
| gzstreambase () | |
| gzstreambase (const char *name, int open_mode) | |
| ~gzstreambase () | |
| void | open (const char *name, int open_mode) |
| void | close () |
| gzstreambuf * | rdbuf () |
Protected Attributes | |
| gzstreambuf | buf |
Definition at line 75 of file gzstream.h.
|
inline |
Definition at line 80 of file gzstream.h.
References ARTS::Continua::init().
| gzstreambase::gzstreambase | ( | const char * | name, |
| int | open_mode | ||
| ) |
Definition at line 132 of file gzstream.cc.
References ARTS::Continua::init().
| gzstreambase::~gzstreambase | ( | ) |
Definition at line 137 of file gzstream.cc.
| void gzstreambase::close | ( | ) |
Definition at line 143 of file gzstream.cc.
| void gzstreambase::open | ( | const char * | name, |
| int | open_mode | ||
| ) |
Definition at line 139 of file gzstream.cc.
Referenced by igzstream::open(), and ogzstream::open().
|
inline |
Definition at line 85 of file gzstream.h.
Referenced by igzstream::rdbuf(), and ogzstream::rdbuf().
|
protected |
Definition at line 77 of file gzstream.h.