Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

cheprep::ZipEntry::ZipEntry ( )
inline

Definition at line 28 of file ZipEntry.h.

28  {
29  }
virtual cheprep::ZipEntry::~ZipEntry ( )
inlinevirtual

Definition at line 31 of file ZipEntry.h.

31  {
32  }

Member Data Documentation

unsigned int cheprep::ZipEntry::crc

Definition at line 22 of file ZipEntry.h.

unsigned int cheprep::ZipEntry::csize

Definition at line 24 of file ZipEntry.h.

long cheprep::ZipEntry::data

Definition at line 26 of file ZipEntry.h.

int cheprep::ZipEntry::date

Definition at line 20 of file ZipEntry.h.

int cheprep::ZipEntry::method

Definition at line 19 of file ZipEntry.h.

std::string cheprep::ZipEntry::name

Definition at line 18 of file ZipEntry.h.

long cheprep::ZipEntry::offset

Definition at line 25 of file ZipEntry.h.

unsigned int cheprep::ZipEntry::size

Definition at line 23 of file ZipEntry.h.

int cheprep::ZipEntry::time

Definition at line 21 of file ZipEntry.h.


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