1#ifndef OSMIUM_IO_FILE_FORMAT_HPP
2#define OSMIUM_IO_FILE_FORMAT_HPP
89 template <
typename TChar,
typename TTraits>
90 inline std::basic_ostream<TChar, TTraits>&
operator<<(std::basic_ostream<TChar, TTraits>& out,
const file_format format) {
Everything related to input and output of OSM data.
Definition bzip2_compression.hpp:86
file_format
Definition file_format.hpp:42
@ xml
Definition file_format.hpp:44
@ json
Definition file_format.hpp:47
@ pbf
Definition file_format.hpp:45
@ opl
Definition file_format.hpp:46
@ last
Definition file_format.hpp:52
@ blackhole
Definition file_format.hpp:50
@ debug
Definition file_format.hpp:49
@ unknown
Definition file_format.hpp:43
@ o5m
Definition file_format.hpp:48
@ ids
Definition file_format.hpp:51
const char * as_string(file_compression compression)
Definition file_compression.hpp:48
buffers_type
Definition file_format.hpp:60
@ any
Definition file_format.hpp:61
@ single
Definition file_format.hpp:62
read_meta
Definition file_format.hpp:55
@ no
Definition file_format.hpp:56
@ yes
Definition file_format.hpp:57
std::basic_ostream< TChar, TTraits > & operator<<(std::basic_ostream< TChar, TTraits > &out, const file_compression compression)
Definition file_compression.hpp:61
Namespace for everything in the Osmium library.
Definition assembler.hpp:53