PandA-2024.02
|
User classes. More...
#include <gzstream.hpp>
Public Member Functions | |
igzstream () | |
igzstream (const char *name, std::ios_base::openmode _open_mode=std::ios::in) | |
gzstreambuf * | rdbuf () |
void | open (const char *name, std::ios_base::openmode _open_mode=std::ios::in) |
Public Member Functions inherited from gzstreambase | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from gzstreambase | |
gzstreambuf | buf |
User classes.
Use igzstream and ogzstream analogously to ifstream and ofstream respectively. They read and write files based on the gz*
Definition at line 142 of file gzstream.hpp.
|
inline |
Definition at line 145 of file gzstream.hpp.
|
inline |
Definition at line 148 of file gzstream.hpp.
|
inline |
Definition at line 156 of file gzstream.hpp.
References gzstreambase::open().
|
inline |
Definition at line 152 of file gzstream.hpp.
References gzstreambase::rdbuf().