Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/memory/item.hpp>
#include <osmium/osm/item_type.hpp>
#include <cassert>
#include <cstddef>
#include <iosfwd>
#include <iterator>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | osmium::memory::ItemIterator< TMember > |
class | osmium::memory::ItemIteratorRange< T > |
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
namespace | osmium::memory |
Functions | |
template<typename TChar , typename TTraits , typename TMember > | |
std::basic_ostream< TChar, TTraits > & | osmium::memory::operator<< (std::basic_ostream< TChar, TTraits > &out, const ItemIterator< TMember > &iter) |