Geant4
9.6.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4_9_6_p02
source
visualization
HepRep
include
cheprep
GZIPOutputStream.h
Go to the documentation of this file.
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_GZIPOUTPUTSTREAM_H
3
#define CHEPREP_GZIPOUTPUTSTREAM_H
4
5
#include <string>
6
7
#include "
cheprep/GZIPOutputStreamBuffer.h
"
8
13
namespace
cheprep {
14
15
class
GZIPOutputStream
:
public
std::ostream {
16
17
public
:
18
19
GZIPOutputStream
(std::ostream &os);
20
21
void
setFilename
(
const
std::string &filename);
22
void
setComment
(
const
std::string &comment);
23
24
void
close
();
25
26
virtual
~GZIPOutputStream
();
27
28
private
:
29
GZIPOutputStreamBuffer
*buffer;
30
};
31
32
}
// cheprep.
33
34
#endif // CHEPREP_GZIPOUTPUTSTREAM_H
Generated on Sat May 25 2013 14:34:14 for Geant4 by
1.8.4