Geant4  10.02.p03
cheprep::ZipEntry Class Reference

#include <ZipEntry.h>

Collaboration diagram for cheprep::ZipEntry:

Public Member Functions

 ZipEntry ()
 
virtual ~ZipEntry ()
 

Public Attributes

std::string name
 
int method
 
int date
 
int time
 
unsigned int crc
 
unsigned int size
 
unsigned int csize
 
long offset
 
long data
 

Detailed Description

Definition at line 14 of file ZipEntry.h.

Constructor & Destructor Documentation

◆ ZipEntry()

cheprep::ZipEntry::ZipEntry ( )
inline

Definition at line 28 of file ZipEntry.h.

28  {
29  }

◆ ~ZipEntry()

virtual cheprep::ZipEntry::~ZipEntry ( )
inlinevirtual

Definition at line 31 of file ZipEntry.h.

31  {
32  }

Member Data Documentation

◆ crc

unsigned int cheprep::ZipEntry::crc

Definition at line 22 of file ZipEntry.h.

◆ csize

unsigned int cheprep::ZipEntry::csize

Definition at line 24 of file ZipEntry.h.

◆ data

long cheprep::ZipEntry::data

Definition at line 26 of file ZipEntry.h.

◆ date

int cheprep::ZipEntry::date

Definition at line 20 of file ZipEntry.h.

◆ method

int cheprep::ZipEntry::method

Definition at line 19 of file ZipEntry.h.

◆ name

std::string cheprep::ZipEntry::name

Definition at line 18 of file ZipEntry.h.

◆ offset

long cheprep::ZipEntry::offset

Definition at line 25 of file ZipEntry.h.

◆ size

unsigned int cheprep::ZipEntry::size

Definition at line 23 of file ZipEntry.h.

◆ time

int cheprep::ZipEntry::time

Definition at line 21 of file ZipEntry.h.


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