Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
cheprep::ZipOutputStream Class Reference

#include <ZipOutputStream.h>

Inheritance diagram for cheprep::ZipOutputStream:
Inheritance graph
[legend]
Collaboration diagram for cheprep::ZipOutputStream:
Collaboration graph
[legend]

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

Detailed Description

Definition at line 18 of file ZipOutputStream.h.

Constructor & Destructor Documentation

cheprep::ZipOutputStream::ZipOutputStream ( std::ostream &  os)

Definition at line 16 of file ZipOutputStream.cc.

cheprep::ZipOutputStream::~ZipOutputStream ( )
virtual

Definition at line 39 of file ZipOutputStream.cc.

Here is the call graph for this function:

Member Function Documentation

void cheprep::ZipOutputStream::close ( )

Definition at line 27 of file ZipOutputStream.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void cheprep::ZipOutputStream::closeEntry ( )

Definition at line 22 of file ZipOutputStream.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void cheprep::ZipOutputStream::putNextEntry ( const std::string &  name,
bool  compress 
)

Definition at line 31 of file ZipOutputStream.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void cheprep::ZipOutputStream::setComment ( const std::string &  comment)

Definition at line 35 of file ZipOutputStream.cc.

Here is the call graph for this function:


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