Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <bzip2_compression.hpp>
Public Member Functions | |
bzip2_error (const std::string &what, const int error_code) | |
Public Member Functions inherited from osmium::io_error | |
io_error (const std::string &what) | |
io_error (const char *what) | |
Public Attributes | |
int | bzip2_error_code = 0 |
int | system_errno = 0 |
Exception thrown when there are problems compressing or decompressing bzip2 files.
|
inline |
int osmium::bzip2_error::bzip2_error_code = 0 |
int osmium::bzip2_error::system_errno = 0 |