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 2 |
#define | ZIPIOS_VERSION_MINOR 0 |
#define | ZIPIOS_VERSION_PATCH 2 |
#define | ZIPIOS_VERSION_STRING "2.0.2" |
Typedefs | |
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.
#define ZIPIOS_CONFIG_HPP |
Definition at line 3 of file zipios-config.hpp.
#define ZIPIOS_VERSION_MAJOR 2 |
Definition at line 41 of file zipios-config.hpp.
#define ZIPIOS_VERSION_MINOR 0 |
Definition at line 42 of file zipios-config.hpp.
#define ZIPIOS_VERSION_PATCH 2 |
Definition at line 43 of file zipios-config.hpp.
#define ZIPIOS_VERSION_STRING "2.0.2" |
Definition at line 44 of file zipios-config.hpp.
typedef struct stat os_stat_t |
Definition at line 93 of file zipios-config.hpp.