NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
ZIPENTRY Struct Reference

#include <unzip.h>

Collaboration diagram for ZIPENTRY:

Public Attributes

int index
 
TCHAR name [MAX_PATH]
 
DWORD attr
 
FILETIME atime
 
FILETIME ctime
 
FILETIME mtime
 
long comp_size
 
long unc_size
 

Detailed Description

Definition at line 20 of file unzip.h.

Member Data Documentation

◆ atime

FILETIME ZIPENTRY::atime

Definition at line 24 of file unzip.h.

Referenced by TUnzip::Get(), and TUnzip::Unzip().

◆ attr

DWORD ZIPENTRY::attr

Definition at line 23 of file unzip.h.

Referenced by TUnzip::Get(), and TUnzip::Unzip().

◆ comp_size

long ZIPENTRY::comp_size

Definition at line 25 of file unzip.h.

Referenced by TUnzip::Get().

◆ ctime

FILETIME ZIPENTRY::ctime

Definition at line 24 of file unzip.h.

Referenced by TUnzip::Get(), and TUnzip::Unzip().

◆ index

int ZIPENTRY::index

Definition at line 21 of file unzip.h.

Referenced by TUnzip::Find(), TUnzip::Get(), and GetZipItem().

◆ mtime

FILETIME ZIPENTRY::mtime

Definition at line 24 of file unzip.h.

Referenced by TUnzip::Get(), and TUnzip::Unzip().

◆ name

TCHAR ZIPENTRY::name[MAX_PATH]

Definition at line 22 of file unzip.h.

Referenced by TUnzip::Get(), and GetZipItem().

◆ unc_size

long ZIPENTRY::unc_size

Definition at line 26 of file unzip.h.

Referenced by TUnzip::Get(), Zipfile::getZipContent(), Zipfile::getZipItem(), and GetZipItem().


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