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::GZIPOutputStreamBuffer Class Reference

#include <GZIPOutputStreamBuffer.h>

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

Public Member Functions

 GZIPOutputStreamBuffer (std::streambuf *outbuf)
 
int overflow (int)
 
void setFilename (const std::string &filename)
 
void setComment (const std::string &comment)
 
void close ()
 
virtual ~GZIPOutputStreamBuffer ()
 
- Public Member Functions inherited from cheprep::DeflateOutputStreamBuffer
 DeflateOutputStreamBuffer (std::streambuf *buffer)
 
void init (bool compress)
 
void finish ()
 
virtual ~DeflateOutputStreamBuffer ()
 

Additional Inherited Members

- Protected Member Functions inherited from cheprep::DeflateOutputStreamBuffer
int overflow (int c=EOF)
 
bool flushOut ()
 
void putUI (unsigned int ui)
 
void putUS (unsigned short us)
 
void putUB (unsigned char ub)
 
void putS (const std::string s)
 
std::streampos pos ()
 
unsigned int getSize ()
 
unsigned int getCRC ()
 

Detailed Description

Definition at line 15 of file GZIPOutputStreamBuffer.h.

Constructor & Destructor Documentation

cheprep::GZIPOutputStreamBuffer::GZIPOutputStreamBuffer ( std::streambuf *  outbuf)

Definition at line 13 of file GZIPOutputStreamBuffer.cc.

Here is the call graph for this function:

cheprep::GZIPOutputStreamBuffer::~GZIPOutputStreamBuffer ( )
virtual

Definition at line 37 of file GZIPOutputStreamBuffer.cc.

Here is the call graph for this function:

Member Function Documentation

void cheprep::GZIPOutputStreamBuffer::close ( )

Definition at line 28 of file GZIPOutputStreamBuffer.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

int cheprep::GZIPOutputStreamBuffer::overflow ( int  c)

Definition at line 41 of file GZIPOutputStreamBuffer.cc.

Here is the call graph for this function:

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

Definition at line 24 of file GZIPOutputStreamBuffer.cc.

Here is the caller graph for this function:

void cheprep::GZIPOutputStreamBuffer::setFilename ( const std::string &  filename)

Definition at line 20 of file GZIPOutputStreamBuffer.cc.

Here is the caller graph for this function:


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