Libosmium  2.11.1
Fast and flexible C++ library for working with OpenStreetMap data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
regex_filter.hpp File Reference
#include <regex>
#include <string>
#include <osmium/tags/filter.hpp>
Include dependency graph for regex_filter.hpp:

Go to the source code of this file.

Classes

struct  osmium::tags::match_key< std::regex >
 
struct  osmium::tags::match_value< std::regex >
 

Namespaces

 osmium
 Namespace for everything in the Osmium library.
 
 osmium::tags
 Code related to working with OSM tags.
 

Typedefs

using osmium::tags::RegexFilter = Filter< std::string, std::regex >