|
OpenMD 3.1
Molecular Dynamics in the Open
|
Inheritance diagram for OpenMD::gzstreambase:Public Member Functions | |
| gzstreambase (const char *name, int open_mode) | |
| void | open (const char *name, int open_mode) |
| void | close () |
| gzstreambuf * | rdbuf () |
Protected Attributes | |
| gzstreambuf | buf |
Definition at line 74 of file gzstream.hpp.
|
inline |
Definition at line 79 of file gzstream.hpp.
| OpenMD::gzstreambase::gzstreambase | ( | const char * | name, |
| int | open_mode ) |
Definition at line 130 of file gzstream.cpp.
| OpenMD::gzstreambase::~gzstreambase | ( | ) |
Definition at line 135 of file gzstream.cpp.
| void OpenMD::gzstreambase::close | ( | ) |
Definition at line 141 of file gzstream.cpp.
| void OpenMD::gzstreambase::open | ( | const char * | name, |
| int | open_mode ) |
Definition at line 137 of file gzstream.cpp.
|
inline |
Definition at line 84 of file gzstream.hpp.
|
protected |
Definition at line 76 of file gzstream.hpp.