Libosmium
2.5.3
Fast and flexible C++ library for working with OpenStreetMap data
|
Public Member Functions | |
MPFilter () | |
![]() | |
Filter (bool default_result=false) | |
template<typename V = TValue, typename std::enable_if<!std::is_void< V >::value, int >::type = 0> | |
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 |
bool | empty () const |
Additional Inherited Members | |
![]() | |
typedef Filter< TKey, TValue, TKeyComp, TValueComp > | filter_type |
typedef const osmium::Tag & | argument_type |
typedef bool | result_type |
typedef boost::filter_iterator< filter_type, osmium::TagList::const_iterator > | iterator |
|
inline |