Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
cheprep::ZipEntry Class Reference

#include <ZipEntry.h>

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 13 of file ZipEntry.h.

Constructor & Destructor Documentation

◆ ZipEntry()

cheprep::ZipEntry::ZipEntry ( )
inline

Definition at line 27 of file ZipEntry.h.

27 {
28 }

◆ ~ZipEntry()

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

Definition at line 30 of file ZipEntry.h.

30 {
31 }

Member Data Documentation

◆ crc

◆ csize

unsigned int cheprep::ZipEntry::csize

◆ data

long cheprep::ZipEntry::data

◆ date

int cheprep::ZipEntry::date

◆ method

int cheprep::ZipEntry::method

◆ name

std::string cheprep::ZipEntry::name

◆ offset

long cheprep::ZipEntry::offset

◆ size

unsigned int cheprep::ZipEntry::size

◆ time

int cheprep::ZipEntry::time

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