Libosmium
2.22.0
Fast and flexible C++ library for working with OpenStreetMap data
|
Public Member Functions | |
MPFilter () | |
![]() | |
Filter (bool default_result=false) | |
Filter & | add (bool result, const key_type &key, const value_type &value) |
Filter & | add (bool result, const key_type &key) |
bool | operator() (const osmium::Tag &tag) const |
size_t | count () const noexcept |
bool | empty () const noexcept |
Filter (bool default_result=false) | |
Filter & | add (bool result, const key_type &key, const value_type &value) |
Filter & | add (bool result, const key_type &key) |
bool | operator() (const osmium::Tag &tag) const |
size_t | count () const noexcept |
bool | empty () const noexcept |
Additional Inherited Members | |
![]() | |
using | filter_type |
using | argument_type |
using | result_type |
using | iterator |
|
inline |