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
ZipEntry.h
Go to the documentation of this file.
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_ZIPENTRY_H
3
#define CHEPREP_ZIPENTRY_H
4
5
#include <string>
6
#include <vector>
7
12
namespace
cheprep {
13
14
class
ZipEntry
{
15
16
public
:
17
18
std::string
name
;
19
int
method
;
20
int
date
;
21
int
time
;
22
unsigned
int
crc
;
23
unsigned
int
size
;
24
unsigned
int
csize
;
25
long
offset
;
26
long
data
;
27
28
ZipEntry
() {
29
}
30
31
virtual
~ZipEntry
() {
32
}
33
};
34
35
}
// cheprep
36
37
#endif // CHEPREP_ZIPENTRY_H
Generated on Sat May 25 2013 14:34:14 for Geant4 by
1.8.4