| 
    GPAK
    1.0.0
    
   A general-purpose archive library 
   | 
 
#include <gpak_data.h>

Data Fields | |
| filesystem_tree_node_t * | node_ | 
| size_t | child_index_ | 
| size_t | file_index_ | 
This structure contains information about the current state of a filesystem iterator, including the current node, child index, and file index.
Definition at line 345 of file gpak_data.h.