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

#include <gzstream.hpp>

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

Public Member Functions

 gzstreambuf ()
 
int is_open ()
 
gzstreambufopen (char const *name, char const *mode)
 
gzstreambufclose ()
 
 ~gzstreambuf ()
 
virtual int overflow (int c=traits_type::eof())
 
virtual int underflow ()
 
virtual int sync ()
 

Detailed Description

Definition at line 559 of file gzstream.hpp.

Constructor & Destructor Documentation

mfem::gzstreambuf::gzstreambuf ( )
inline

Definition at line 573 of file gzstream.hpp.

mfem::gzstreambuf::~gzstreambuf ( )
inline

Definition at line 584 of file gzstream.hpp.

Member Function Documentation

gzstreambuf * mfem::gzstreambuf::close ( )

Definition at line 62 of file gzstream.cpp.

int mfem::gzstreambuf::is_open ( )
inline

Definition at line 581 of file gzstream.hpp.

gzstreambuf * mfem::gzstreambuf::open ( char const *  name,
char const *  mode 
)

Definition at line 46 of file gzstream.cpp.

int mfem::gzstreambuf::overflow ( int  c = traits_type::eof())
virtual

Definition at line 123 of file gzstream.cpp.

int mfem::gzstreambuf::sync ( )
virtual

Definition at line 142 of file gzstream.cpp.

int mfem::gzstreambuf::underflow ( )
virtual

Definition at line 76 of file gzstream.cpp.


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