MFEM  v3.3
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::ogzstream Class Reference

#include <gzstream.hpp>

Inheritance diagram for mfem::ogzstream:
[legend]
Collaboration diagram for mfem::ogzstream:
[legend]

Public Member Functions

 ogzstream ()
 
 ogzstream (char const *name, char const *mode="wb6")
 
gzstreambufrdbuf ()
 
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 ()
 
gzstreambufrdbuf ()
 

Additional Inherited Members

- Protected Attributes inherited from mfem::gzstreambase
gzstreambuf buf
 

Detailed Description

Definition at line 651 of file gzstream.hpp.

Constructor & Destructor Documentation

mfem::ogzstream::ogzstream ( )
inline

Definition at line 654 of file gzstream.hpp.

mfem::ogzstream::ogzstream ( char const *  name,
char const *  mode = "wb6" 
)
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 659 of file gzstream.hpp.

Member Function Documentation

void mfem::ogzstream::open ( char const *  name,
char const *  mode = "wb6" 
)
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 665 of file gzstream.hpp.

gzstreambuf* mfem::ogzstream::rdbuf ( )
inline

Definition at line 661 of file gzstream.hpp.


The documentation for this class was generated from the following file: