![]() |
PandA-2024.02
|
#include <gzstream.hpp>


Public Member Functions | |
| gzstreambase () | |
| gzstreambase (const char *name, std::ios_base::openmode open_mode) | |
class gzstreambase:More... | |
| ~gzstreambase () override | |
| void | open (const char *name, std::ios_base::openmode open_mode) |
| void | close () |
| gzstreambuf * | rdbuf () |
Protected Attributes | |
| gzstreambuf | buf |
Definition at line 115 of file gzstream.hpp.
|
inline |
Definition at line 121 of file gzstream.hpp.
References gzstreambuf::close(), init(), and gzstreambuf::open().

|
inline |
Definition at line 315 of file gzstream.hpp.
References init(), and gzstreambuf::open().

|
inlineoverride |
Definition at line 321 of file gzstream.hpp.
|
inline |
Definition at line 334 of file gzstream.hpp.
|
inline |
Definition at line 326 of file gzstream.hpp.
Referenced by igzstream::open(), and ogzstream::open().

|
inline |
Definition at line 129 of file gzstream.hpp.
Referenced by igzstream::rdbuf(), and ogzstream::rdbuf().

|
protected |
Definition at line 118 of file gzstream.hpp.
1.8.13