OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::gzstreambuf Class Reference
+ Inheritance diagram for OpenMD::gzstreambuf:

Public Member Functions

int is_open ()
 
gzstreambufopen (const char *name, int open_mode)
 
gzstreambufclose ()
 
virtual int overflow (int c=EOF)
 
virtual int underflow ()
 
virtual int sync ()
 

Detailed Description

Definition at line 44 of file gzstream.hpp.

Constructor & Destructor Documentation

◆ gzstreambuf()

OpenMD::gzstreambuf::gzstreambuf ( )
inline

Definition at line 57 of file gzstream.hpp.

◆ ~gzstreambuf()

OpenMD::gzstreambuf::~gzstreambuf ( )
inline

Definition at line 67 of file gzstream.hpp.

Member Function Documentation

◆ close()

gzstreambuf * OpenMD::gzstreambuf::close ( )

Definition at line 65 of file gzstream.cpp.

◆ is_open()

int OpenMD::gzstreambuf::is_open ( )
inline

Definition at line 64 of file gzstream.hpp.

◆ open()

gzstreambuf * OpenMD::gzstreambuf::open ( const char * name,
int open_mode )

Definition at line 44 of file gzstream.cpp.

◆ overflow()

int OpenMD::gzstreambuf::overflow ( int c = EOF)
virtual

Definition at line 106 of file gzstream.cpp.

◆ sync()

int OpenMD::gzstreambuf::sync ( )
virtual

Definition at line 116 of file gzstream.cpp.

◆ underflow()

int OpenMD::gzstreambuf::underflow ( )
virtual

Definition at line 74 of file gzstream.cpp.


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