ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cheprep::GZIPOutputStream Class Reference

#include <geant4/tree/geant4-10.6-release/source/visualization/HepRep/include/cheprep/GZIPOutputStream.h>

+ Inheritance diagram for cheprep::GZIPOutputStream:
+ Collaboration diagram for cheprep::GZIPOutputStream:

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

GZIPOutputStreamBufferbuffer
 

Detailed Description

Definition at line 14 of file GZIPOutputStream.h.

View newest version in sPHENIX GitHub at line 14 of file GZIPOutputStream.h

Constructor & Destructor Documentation

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().

+ Here is the call graph for this function:

cheprep::GZIPOutputStream::~GZIPOutputStream ( )
virtual

Definition at line 34 of file GZIPOutputStream.cc.

View newest version in sPHENIX GitHub at line 34 of file GZIPOutputStream.cc

References buffer.

Member Function Documentation

void cheprep::GZIPOutputStream::close ( void  )

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().

+ Here is the caller graph for this function:

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

Member Data Documentation

GZIPOutputStreamBuffer* cheprep::GZIPOutputStream::buffer
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().


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