1#ifndef OSMIUM_OSM_NODE_HPP
2#define OSMIUM_OSM_NODE_HPP
44 template <
typename TDerived,
typename T>
50 template <
typename TDerived,
typename T>
Definition location.hpp:271
static constexpr osmium::item_type itemtype
Definition node.hpp:61
osmium::Location location() const noexcept
Definition node.hpp:67
osmium::Location m_location
Definition node.hpp:53
static constexpr bool is_compatible_to(osmium::item_type t) noexcept
Definition node.hpp:63
Node & set_location(const osmium::Location &location) noexcept
Definition node.hpp:71
Node()
Definition node.hpp:55
OSMObject(osmium::memory::item_size_type size, osmium::item_type type)
Definition object.hpp:102
Definition osm_object_builder.hpp:401
Classes for building OSM objects and other items in buffers.
Definition attr.hpp:62
Namespace for everything in the Osmium library.
Definition assembler.hpp:53
item_type
Definition item_type.hpp:45
@ node
Definition item_type.hpp:48