MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::ofgzstream Class Reference

#include <zstr.hpp>

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

Public Member Functions

 ofgzstream (const std::string &filename, bool compression=false)
 
 ofgzstream (const std::string &filename, char const *open_mode_chars)
 
virtual ~ofgzstream ()
 

Public Attributes

std::streambuf * strbuf = nullptr
 

Detailed Description

Definition at line 717 of file zstr.hpp.

Constructor & Destructor Documentation

◆ ofgzstream() [1/2]

mfem::ofgzstream::ofgzstream ( const std::string & filename,
bool compression = false )
inlineexplicit

Definition at line 722 of file zstr.hpp.

◆ ofgzstream() [2/2]

mfem::ofgzstream::ofgzstream ( const std::string & filename,
char const * open_mode_chars )
inlineexplicit

Definition at line 742 of file zstr.hpp.

◆ ~ofgzstream()

virtual mfem::ofgzstream::~ofgzstream ( )
inlinevirtual

Definition at line 767 of file zstr.hpp.

Member Data Documentation

◆ strbuf

std::streambuf* mfem::ofgzstream::strbuf = nullptr

Definition at line 772 of file zstr.hpp.


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