|
MFEM
v3.4
Finite element discretization library
|
#include <gzstream.hpp>
Public Member Functions | |
| ogzstream () | |
| ogzstream (char const *name, char const *mode="wb6") | |
| gzstreambuf * | rdbuf () |
| void | open (char const *name, char const *mode="wb6") |
Public Member Functions inherited from mfem::gzstreambase | |
| gzstreambase () | |
| gzstreambase (char const *name, char const *mode) | |
| ~gzstreambase () | |
| void | open (char const *name, char const *mode) |
| void | close () |
| gzstreambuf * | rdbuf () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::gzstreambase | |
| gzstreambuf | buf |
Definition at line 657 of file gzstream.hpp.
|
inline |
Definition at line 660 of file gzstream.hpp.
|
inline |
Constructs a gzip compressed output stream object and opens the associated file. The mode chars are as in gzopen(), https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/zlib-gzopen-1.html. Default mode is "wb6".
Definition at line 665 of file gzstream.hpp.
|
inline |
Opens a gzip compressed output stream. The mode chars are as in gzopen(), https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/zlib-gzopen-1.html. Default mode is "wb6".
Definition at line 671 of file gzstream.hpp.
|
inline |
Definition at line 667 of file gzstream.hpp.
1.8.5