Geant4
10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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
8
/**
9
* @author Mark Donszelmann
10
*/
11
namespace
cheprep
{
12
13
class
ZipEntry
{
14
15
public
:
16
17
std::string
name
;
18
int
method
;
19
int
date
;
20
int
time
;
21
unsigned
int
crc
;
22
unsigned
int
size
;
23
unsigned
int
csize
;
24
long
offset
;
25
long
data
;
26
27
ZipEntry
() {
28
}
29
30
virtual
~ZipEntry
() {
31
}
32
};
33
34
}
// cheprep
35
36
#endif
// CHEPREP_ZIPENTRY_H
cheprep::ZipEntry
Definition:
ZipEntry.h:13
cheprep::ZipEntry::name
std::string name
Definition:
ZipEntry.h:17
cheprep::ZipEntry::ZipEntry
ZipEntry()
Definition:
ZipEntry.h:27
cheprep::ZipEntry::csize
unsigned int csize
Definition:
ZipEntry.h:23
cheprep::ZipEntry::date
int date
Definition:
ZipEntry.h:19
cheprep::ZipEntry::~ZipEntry
virtual ~ZipEntry()
Definition:
ZipEntry.h:30
cheprep::ZipEntry::offset
long offset
Definition:
ZipEntry.h:24
cheprep::ZipEntry::size
unsigned int size
Definition:
ZipEntry.h:22
cheprep::ZipEntry::time
int time
Definition:
ZipEntry.h:20
cheprep::ZipEntry::crc
unsigned int crc
Definition:
ZipEntry.h:21
cheprep::ZipEntry::data
long data
Definition:
ZipEntry.h:25
cheprep::ZipEntry::method
int method
Definition:
ZipEntry.h:18
cheprep
Definition:
AbstractXMLWriter.h:12
geant4-v10.7.0
source
visualization
HepRep
include
cheprep
ZipEntry.h
Generated by
1.9.6