| zipios 2.3.4
    Zipios -- a small C++ library providing easy access to .zip files. | 
A few static variables and functions. More...
| Enumerations | |
| enum class | func_t { UNDEFINED , COUNT , COUNT_DIRECTORIES , COUNT_FILES } | 
| The function to apply.  More... | |
| Functions | |
| void | usage () | 
| Usage of the zipios tool. | |
| Variables | |
| char * | g_progname | 
| Name of the program. | |
This namesapce includes various declarations, variables, and functions 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.
References g_progname.
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.