zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Namespaces | Enumerations | Functions | Variables
zipios.cpp File Reference

A tool to test various things in a zip file. More...

#include "zipios++/zipfile.hpp"
#include <cstring>
#include <stdlib.h>
Include dependency graph for zipios.cpp:

Go to the source code of this file.

Namespaces

 anonymous_namespace{zipios.cpp}
 A few static variables and functions.
 

Enumerations

enum  anonymous_namespace{zipios.cpp}::func_t {
  anonymous_namespace{zipios.cpp}::func_t::UNDEFINED,
  anonymous_namespace{zipios.cpp}::func_t::COUNT,
  anonymous_namespace{zipios.cpp}::func_t::COUNT_DIRECTORIES,
  anonymous_namespace{zipios.cpp}::func_t::COUNT_FILES
}
 The function to apply. More...
 

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...
 

Detailed Description

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.

Function Documentation

int main ( int  argc,
char *  argv[] 
)