| zipios++
    2.0.2
    Zipios++ – a small C++ library that provides easy access to .zip files. | 
zipios configuration header. More...
#include <sys/stat.h>#include <iostream>#include <stdio.h>
Go to the source code of this file.
| Namespaces | |
| zipios | |
| The zipios namespace includes the Zipios++ library definitions. | |
| Macros | |
| #define | ZIPIOS_CONFIG_HPP | 
| #define | ZIPIOS_VERSION_MAJOR @ZIPIOS_VERSION_MAJOR@ | 
| #define | ZIPIOS_VERSION_MINOR @ZIPIOS_VERSION_MINOR@ | 
| #define | ZIPIOS_VERSION_PATCH @ZIPIOS_VERSION_PATCH@ | 
| #define | ZIPIOS_VERSION_STRING "@ZIPIOS_VERSION_MAJOR@.@ZIPIOS_VERSION_MINOR@.@ZIPIOS_VERSION_PATCH@" | 
| Typedefs | |
| typedef std::streamoff | zipios::offset_t | 
| typedef struct stat | os_stat_t | 
| Functions | |
| size_t | zipios::getBufferSize () | 
| char const * | zipios::getVersion () | 
Various configuration parameters, all of which are defined using system specific #ifdef and similar preprocessor tests.
This file also includes some general information such as the library version and common functions and types that are public.
Definition in file zipios-config.hpp.in.
| #define ZIPIOS_CONFIG_HPP | 
Definition at line 3 of file zipios-config.hpp.in.
| #define ZIPIOS_VERSION_MAJOR @ZIPIOS_VERSION_MAJOR@ | 
Definition at line 41 of file zipios-config.hpp.in.
| #define ZIPIOS_VERSION_MINOR @ZIPIOS_VERSION_MINOR@ | 
Definition at line 42 of file zipios-config.hpp.in.
| #define ZIPIOS_VERSION_PATCH @ZIPIOS_VERSION_PATCH@ | 
Definition at line 43 of file zipios-config.hpp.in.
| #define ZIPIOS_VERSION_STRING "@ZIPIOS_VERSION_MAJOR@.@ZIPIOS_VERSION_MINOR@.@ZIPIOS_VERSION_PATCH@" | 
Definition at line 44 of file zipios-config.hpp.in.
Referenced by zipios::getVersion(), and main().
| typedef struct stat os_stat_t | 
Definition at line 93 of file zipios-config.hpp.in.
 1.8.6
 1.8.6