Libosmium  2.2.0
Fast and flexible C++ library for working with OpenStreetMap data
Public Member Functions | Public Attributes | List of all members
osmium::gzip_error Struct Reference

#include <gzip_compression.hpp>

Inheritance diagram for osmium::gzip_error:
Inheritance graph
[legend]
Collaboration diagram for osmium::gzip_error:
Collaboration graph
[legend]

Public Member Functions

 gzip_error (const std::string &what, int error_code)
 

Public Attributes

int gzip_error_code
 
int system_errno
 

Detailed Description

Exception thrown when there are problems compressing or decompressing gzip files.

Constructor & Destructor Documentation

osmium::gzip_error::gzip_error ( const std::string &  what,
int  error_code 
)
inline

Member Data Documentation

int osmium::gzip_error::gzip_error_code
int osmium::gzip_error::system_errno

The documentation for this struct was generated from the following file: