Libosmium  2.7.2
Fast and flexible C++ library for working with OpenStreetMap data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
osmium::io::NoCompressor Class Reference

#include <compression.hpp>

Inheritance diagram for osmium::io::NoCompressor:
Inheritance graph
[legend]
Collaboration diagram for osmium::io::NoCompressor:
Collaboration graph
[legend]

Public Member Functions

 NoCompressor (int fd, fsync sync)
 
 ~NoCompressor () noexceptfinal
 
void write (const std::string &data) final
 
void close () final
 
- Public Member Functions inherited from osmium::io::Compressor
 Compressor (fsync sync)
 
virtual ~Compressor () noexcept
 

Private Attributes

int m_fd
 

Additional Inherited Members

- Protected Member Functions inherited from osmium::io::Compressor
bool do_fsync () const
 

Constructor & Destructor Documentation

osmium::io::NoCompressor::NoCompressor ( int  fd,
fsync  sync 
)
inline
osmium::io::NoCompressor::~NoCompressor ( )
inlinefinalnoexcept

Member Function Documentation

void osmium::io::NoCompressor::close ( )
inlinefinalvirtual
void osmium::io::NoCompressor::write ( const std::string &  data)
inlinefinalvirtual

Member Data Documentation

int osmium::io::NoCompressor::m_fd
private

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