zipios  2.2.0
Zipios – a small C++ library that provides easy access to .zip files.
Namespaces | Macros | Typedefs | Functions
zipios-config.hpp File Reference

zipios configuration header. More...

#include <sys/stat.h>
#include <iostream>
#include <stdio.h>
Include dependency graph for zipios-config.hpp:
This graph shows which files directly or indirectly include this file:

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   2
 
#define ZIPIOS_VERSION_PATCH   0
 
#define ZIPIOS_VERSION_STRING   "2.2.0"
 

Typedefs

typedef std::streamoff zipios::offset_t
 
typedef struct stat os_stat_t
 

Functions

size_t zipios::getBufferSize ()
 
char const * zipios::getVersion ()
 

Detailed Description

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.

Macro Definition Documentation

#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   2

Definition at line 44 of file zipios-config.hpp.

#define ZIPIOS_VERSION_PATCH   0

Definition at line 45 of file zipios-config.hpp.

#define ZIPIOS_VERSION_STRING   "2.2.0"

Definition at line 46 of file zipios-config.hpp.

Referenced by zipios::getVersion(), and main().

Typedef Documentation

typedef struct stat os_stat_t

Definition at line 95 of file zipios-config.hpp.