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>
72 m_location = location;
81 #endif // OSMIUM_OSM_NODE_HPP Definition: osm_object_builder.hpp:378
item_type
Definition: item_type.hpp:43
Node & set_location(const osmium::Location &location) noexcept
Definition: node.hpp:71
Namespace for everything in the Osmium library.
Definition: assembler.hpp:73
Node()
Definition: node.hpp:55
static constexpr bool is_compatible_to(osmium::item_type t) noexcept
Definition: node.hpp:63
Definition: location.hpp:266
osmium::Location location() const noexcept
Definition: node.hpp:67
osmium::Location m_location
Definition: node.hpp:53
Definition: object.hpp:64