Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <GZIPOutputStream.h>
Public Member Functions | |
GZIPOutputStream (std::ostream &os) | |
void | setFilename (const std::string &filename) |
void | setComment (const std::string &comment) |
void | close () |
virtual | ~GZIPOutputStream () |
Definition at line 14 of file GZIPOutputStream.h.
cheprep::GZIPOutputStream::GZIPOutputStream | ( | std::ostream & | os | ) |
Definition at line 13 of file GZIPOutputStream.cc.
|
virtual |
Definition at line 34 of file GZIPOutputStream.cc.
void cheprep::GZIPOutputStream::close | ( | ) |
Definition at line 29 of file GZIPOutputStream.cc.
Referenced by cheprep::XMLHepRepWriter::close().
void cheprep::GZIPOutputStream::setComment | ( | const std::string & | comment | ) |
Definition at line 25 of file GZIPOutputStream.cc.
void cheprep::GZIPOutputStream::setFilename | ( | const std::string & | filename | ) |
Definition at line 21 of file GZIPOutputStream.cc.