GPAK
1.0.0
A general-purpose archive library
|
#include <gpak_data.h>
Data Fields | |
int | mode_ |
pak_header_t | header_ |
FILE * | stream_ |
struct filesystem_tree_node * | root_ |
int | last_error_ |
char * | dictionary_ |
char * | current_file_ |
gpak_error_handler_t | error_handler_ |
gpak_progress_handler_t | progress_handler_ |
void * | user_data_ |
This structure contains information about a G-PAK archive, including its mode, header, file stream, filesystem tree root, error handling, progress handling, and user data. It also includes a dictionary and a pointer to the current file being processed.
Definition at line 255 of file gpak_data.h.