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>
68 m_location = location;
77 #endif // OSMIUM_OSM_NODE_HPP Definition: osm_object_builder.hpp:376
item_type
Definition: item_type.hpp:43
Node & set_location(const osmium::Location &location) noexcept
Definition: node.hpp:67
Namespace for everything in the Osmium library.
Definition: assembler.hpp:73
Node()
Definition: node.hpp:55
Definition: location.hpp:266
osmium::Location location() const noexcept
Definition: node.hpp:63
osmium::Location m_location
Definition: node.hpp:53
Definition: object.hpp:63