MFEM  v4.2.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
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 711 of file zstr.hpp.

Constructor & Destructor Documentation

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

Definition at line 716 of file zstr.hpp.

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

Definition at line 736 of file zstr.hpp.

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

Definition at line 761 of file zstr.hpp.

Member Data Documentation

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

Definition at line 766 of file zstr.hpp.


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