| zipios
    2.2.0
    Zipios – a small C++ library that provides easy access to .zip files. | 
A few static variables and functions. More...
| Enumerations | |
| enum | func_t { func_t::UNDEFINED, func_t::COUNT, func_t::COUNT_DIRECTORIES, func_t::COUNT_FILES } | 
| The function to apply.  More... | |
| Functions | |
| void | usage () | 
| Usage of the zipios tool.  More... | |
| Variables | |
| char * | g_progname | 
| Name of the program.  More... | |
This namesapce includes various declarations, variables, and funtions that are specific to the zipios tool, not to be shared with anyone else.
| 
 | strong | 
This enumeration lists all the functions the zipios tool can apply to a Zip archive file.
Definition at line 81 of file zipios.cpp.
| void anonymous_namespace{zipios.cpp}::usage | ( | ) | 
This function prints out the zipios tool usage and then exits with error code 1.
Definition at line 62 of file zipios.cpp.
Referenced by main().
| char* anonymous_namespace{zipios.cpp}::g_progname | 
This variable holds the name of the program. As soon as the main() function is entered, this variable gets defined.
Definition at line 54 of file zipios.cpp.
Referenced by main().
 1.8.11
 1.8.11