#include <zipinternal.h>
◆ Kind
◆ file_entry_t() [1/4]
zip::file_entry_t::file_entry_t |
( |
| ) |
|
|
inline |
◆ file_entry_t() [2/4]
zip::file_entry_t::file_entry_t |
( |
std::string const & |
dst, |
|
|
unsigned char const * |
begin, |
|
|
unsigned char const * |
end, |
|
|
time_t |
time = -1 |
|
) |
| |
|
inline |
◆ file_entry_t() [3/4]
zip::file_entry_t::file_entry_t |
( |
std::string const & |
dst, |
|
|
std::vector< unsigned char > const * |
vec, |
|
|
time_t |
time = -1 |
|
) |
| |
|
inline |
◆ file_entry_t() [4/4]
zip::file_entry_t::file_entry_t |
( |
std::string const & |
dst, |
|
|
std::string const & |
src, |
|
|
time_t |
time = -1 |
|
) |
| |
|
inline |
◆ data
std::vector<unsigned char> zip::file_entry_t::data |
◆ dst
std::string zip::file_entry_t::dst |
◆ kind
Kind zip::file_entry_t::kind |
◆ src
std::string zip::file_entry_t::src |
◆ time
time_t zip::file_entry_t::time |
The documentation for this struct was generated from the following file: