/srv/osrm/osrm-backend/third_party/libosmium/include/osmium/io
NameSizeModeActions
detail/-0755rm
any_compression.hpp19340644editdlrm
any_input.hpp21460644editdlrm
any_output.hpp22030644editdlrm
bzip2_compression.hpp161950644editdlrm
compression.hpp141140644editdlrm
debug_output.hpp17240644editdlrm
error.hpp24080644editdlrm
file.hpp122700644editdlrm
file_compression.hpp24790644editdlrm
file_format.hpp33130644editdlrm
gzip_compression.hpp127040644editdlrm
header.hpp62140644editdlrm
ids_output.hpp17160644editdlrm
input_iterator.hpp60690644editdlrm
o5m_input.hpp17970644editdlrm
opl_input.hpp17920644editdlrm
opl_output.hpp17160644editdlrm
output_iterator.hpp32520644editdlrm
overwrite.hpp17530644editdlrm
pbf.hpp20290644editdlrm
pbf_input.hpp19580644editdlrm
pbf_output.hpp19630644editdlrm
reader.hpp234580644editdlrm
reader_iterator.hpp19800644editdlrm
reader_with_progress_bar.hpp35310644editdlrm
writer.hpp164310644editdlrm
writer_options.hpp20380644editdlrm
xml_input.hpp19100644editdlrm
xml_output.hpp18750644editdlrm
Edit: /srv/osrm/osrm-backend/third_party/libosmium/include/osmium/io/opl_output.hpp (1716B)
#ifndef OSMIUM_IO_OPL_OUTPUT_HPP #define OSMIUM_IO_OPL_OUTPUT_HPP /* This file is part of Osmium (https://osmcode.org/libosmium). Copyright 2013-2022 Jochen Topf and others (see README). Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include // IWYU pragma: export #include // IWYU pragma: export #endif // OSMIUM_IO_OPL_OUTPUT_HPP