CSEngine
Loading...
Searching...
No Matches
zip_t Struct Reference

#include <zip.h>

Public Attributes

mz_zip_archive archive
 
mz_uint level
 
struct zip_entry_t entry
 

Detailed Description

This data structure is used throughout the library to represent zip archive - forward declaration.

Definition at line 88 of file zip.cpp.

Member Data Documentation

◆ archive

mz_zip_archive zip_t::archive

Definition at line 89 of file zip.cpp.

◆ entry

struct zip_entry_t zip_t::entry

Definition at line 91 of file zip.cpp.

◆ level

mz_uint zip_t::level

Definition at line 90 of file zip.cpp.


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