|
zipios
2.2.0
Zipios – a small C++ library that provides easy access to .zip files.
|
A tool to test various things in a zip file. More...
#include "zipios/zipfile.hpp"#include "zipios/zipiosexceptions.hpp"#include <cstring>#include <stdlib.h>
Go to the source code of this file.
Namespaces | |
| anonymous_namespace{zipios.cpp} | |
| A few static variables and functions. | |
Functions | |
| int | main (int argc, char *argv[]) |
| void | anonymous_namespace{zipios.cpp}::usage () |
| Usage of the zipios tool. More... | |
Variables | |
| char * | anonymous_namespace{zipios.cpp}::g_progname |
| Name of the program. More... | |
Also zipios can be used to determine the version of your Zipios installation (this tool version, the libzipios.so/dll version, etc.)
Definition in file zipios.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 116 of file zipios.cpp.
References zipios::FileCollection::entries(), anonymous_namespace{zipios.cpp}::g_progname, zipios::getVersion(), anonymous_namespace{zipios.cpp}::usage(), and ZIPIOS_VERSION_STRING.
1.8.11