Libosmium
2.1.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <cstddef>
#include <cstdint>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | osmium::memory::Item |
Namespaces | |
osmium | |
Namespace for everything in the Osmium library. | |
osmium::builder | |
Classes for building OSM objects and other items in buffers. | |
osmium::memory | |
Memory management of items in buffers and iterators over this data. | |
Typedefs | |
typedef uint32_t | osmium::memory::item_size_type |
Functions | |
template<typename T > | |
T | osmium::memory::padded_length (T length) noexcept |
Variables | |
constexpr item_size_type | osmium::memory::align_bytes = 8 |