zipios 2.3.4
Zipios -- a small C++ library providing 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 | |
namespace | zipios |
The zipios namespace includes the Zipios library definitions. | |
Macros | |
#define | ZIPIOS_CONFIG_HPP |
#define | ZIPIOS_VERSION_MAJOR 2 |
#define | ZIPIOS_VERSION_MINOR 3 |
#define | ZIPIOS_VERSION_PATCH 4 |
#define | ZIPIOS_VERSION_STRING "2.3.4" |
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.
#define ZIPIOS_CONFIG_HPP |
Definition at line 3 of file zipios-config.hpp.
#define ZIPIOS_VERSION_MAJOR 2 |
Definition at line 43 of file zipios-config.hpp.
#define ZIPIOS_VERSION_MINOR 3 |
Definition at line 44 of file zipios-config.hpp.
#define ZIPIOS_VERSION_PATCH 4 |
Definition at line 45 of file zipios-config.hpp.
#define ZIPIOS_VERSION_STRING "2.3.4" |
Definition at line 46 of file zipios-config.hpp.
typedef struct stat os_stat_t |
Definition at line 95 of file zipios-config.hpp.