|
Libosmium
2.13.1
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <compression.hpp>


Public Member Functions | |
| NoCompressor (int fd, fsync sync) | |
| ~NoCompressor () noexcept final | |
| void | write (const std::string &data) final |
| void | close () final |
Public Member Functions inherited from osmium::io::Compressor | |
| Compressor (fsync sync) | |
| virtual | ~Compressor () noexcept=default |
Private Attributes | |
| int | m_fd |
Additional Inherited Members | |
Protected Member Functions inherited from osmium::io::Compressor | |
| bool | do_fsync () const |
|
inline |
|
inlinefinalnoexcept |
|
inlinefinalvirtual |
Implements osmium::io::Compressor.
|
inlinefinalvirtual |
Implements osmium::io::Compressor.
|
private |
1.8.13