|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <ZipOutputStream.h>
Inheritance diagram for cheprep::ZipOutputStream:Public Member Functions | |
| ZipOutputStream (std::ostream &os) | |
| void | closeEntry () |
| void | close () |
| void | putNextEntry (const std::string &name, bool compress) |
| void | setComment (const std::string &comment) |
| virtual | ~ZipOutputStream () |
Definition at line 17 of file ZipOutputStream.h.
| cheprep::ZipOutputStream::ZipOutputStream | ( | std::ostream & | os | ) |
Definition at line 15 of file ZipOutputStream.cc.
|
virtual |
Definition at line 38 of file ZipOutputStream.cc.
| void cheprep::ZipOutputStream::close | ( | ) |
Definition at line 26 of file ZipOutputStream.cc.
Referenced by cheprep::XMLHepRepWriter::close(), and ~ZipOutputStream().
| void cheprep::ZipOutputStream::closeEntry | ( | ) |
Definition at line 21 of file ZipOutputStream.cc.
Referenced by cheprep::XMLHepRepWriter::close(), and cheprep::XMLHepRepWriter::write().
| void cheprep::ZipOutputStream::putNextEntry | ( | const std::string & | name, |
| bool | compress | ||
| ) |
Definition at line 30 of file ZipOutputStream.cc.
Referenced by cheprep::XMLHepRepWriter::close(), and cheprep::XMLHepRepWriter::write().
| void cheprep::ZipOutputStream::setComment | ( | const std::string & | comment | ) |
Definition at line 34 of file ZipOutputStream.cc.