ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/HepRep/include/cheprep/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 () |
Private Attributes | |
GZIPOutputStreamBuffer * | buffer |
Definition at line 14 of file GZIPOutputStream.h.
View newest version in sPHENIX GitHub at line 14 of file GZIPOutputStream.h
cheprep::GZIPOutputStream::GZIPOutputStream | ( | std::ostream & | os | ) |
Definition at line 13 of file GZIPOutputStream.cc.
View newest version in sPHENIX GitHub at line 13 of file GZIPOutputStream.cc
References init().
|
virtual |
Definition at line 34 of file GZIPOutputStream.cc.
View newest version in sPHENIX GitHub at line 34 of file GZIPOutputStream.cc
References buffer.
Definition at line 29 of file GZIPOutputStream.cc.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 25 of file GZIPOutputStream.cc
void cheprep::GZIPOutputStream::setFilename | ( | const std::string & | filename | ) |
Definition at line 21 of file GZIPOutputStream.cc.
View newest version in sPHENIX GitHub at line 21 of file GZIPOutputStream.cc
|
private |
Definition at line 28 of file GZIPOutputStream.h.
View newest version in sPHENIX GitHub at line 28 of file GZIPOutputStream.h
Referenced by ~GZIPOutputStream().