|
Guitar
|
Classes | |
| class | Zip |
| struct | file_header_item_t |
| struct | zip_local_file_header_t |
| struct | zip_file_header_t |
| struct | zip_end_of_central_directory_record_t |
| struct | failed_t |
| struct | Item |
| class | ZipInternal |
| struct | file_entry_t |
Functions | |
| static void | loadfile (char const *path, std::vector< unsigned char > *out) |
| static void | write_ (int fd, void const *p, int n) |
| void | archive (int fd, std::list< file_entry_t > const *filelist) |
| void | archive (char const *zipfile, std::list< file_entry_t > const *filelist) |
| uint16_t | msdos_date_format (int year, int month, int day) |
| uint16_t | msdos_time_format (int hour, int minute, int second) |
| void zip::archive | ( | char const * | zipfile, |
| std::list< file_entry_t > const * | filelist | ||
| ) |

| void zip::archive | ( | int | fd, |
| std::list< file_entry_t > const * | filelist | ||
| ) |

|
static |
|
inline |
|
inline |
|
static |