1#ifndef OSMIUM_OSM_NODE_HPP
2#define OSMIUM_OSM_NODE_HPP
44 template <
typename TDerived,
typename T>
45 class OSMObjectBuilder;
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
Definition: object.hpp:64
Definition: osm_object_builder.hpp:401
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
item_type
Definition: item_type.hpp:45