|
Libosmium
2.6.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <string>#include <type_traits>#include <vector>#include <boost/iterator/filter_iterator.hpp>#include <osmium/memory/collection.hpp>#include <osmium/osm/tag.hpp>

Go to the source code of this file.
Namespaces | |
| osmium | |
| Namespace for everything in the Osmium library. | |
| osmium::tags | |
| Code related to working with OSM tags. | |
Typedefs | |
| typedef Filter< std::string, std::string > | osmium::tags::KeyValueFilter |
| typedef Filter< std::string > | osmium::tags::KeyFilter |
| typedef Filter< std::string, void, match_key_prefix > | osmium::tags::KeyPrefixFilter |
1.8.11