NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <unzip.h>
Public Attributes | |
int | index |
TCHAR | name [MAX_PATH] |
DWORD | attr |
FILETIME | atime |
FILETIME | ctime |
FILETIME | mtime |
long | comp_size |
long | unc_size |
FILETIME ZIPENTRY::atime |
Definition at line 24 of file unzip.h.
Referenced by TUnzip::Get(), and TUnzip::Unzip().
DWORD ZIPENTRY::attr |
Definition at line 23 of file unzip.h.
Referenced by TUnzip::Get(), and TUnzip::Unzip().
long ZIPENTRY::comp_size |
Definition at line 25 of file unzip.h.
Referenced by TUnzip::Get().
FILETIME ZIPENTRY::ctime |
Definition at line 24 of file unzip.h.
Referenced by TUnzip::Get(), and TUnzip::Unzip().
int ZIPENTRY::index |
Definition at line 21 of file unzip.h.
Referenced by TUnzip::Find(), TUnzip::Get(), and GetZipItem().
FILETIME ZIPENTRY::mtime |
Definition at line 24 of file unzip.h.
Referenced by TUnzip::Get(), and TUnzip::Unzip().
TCHAR ZIPENTRY::name[MAX_PATH] |
Definition at line 22 of file unzip.h.
Referenced by TUnzip::Get(), and GetZipItem().
long ZIPENTRY::unc_size |
Definition at line 26 of file unzip.h.
Referenced by TUnzip::Get(), Zipfile::getZipContent(), Zipfile::getZipItem(), and GetZipItem().