![]() |
GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
|
This is the complete list of members for geodesk::Tags, including all inherited members.
| begin() const | geodesk::Tags | inline |
| end() | geodesk::Tags | inlinestatic |
| hasTag(std::string_view k) const noexcept | geodesk::Tags | inline |
| hasTag(Key key) const noexcept | geodesk::Tags | inline |
| hasTag(std::string_view k, std::string_view v) const noexcept | geodesk::Tags | |
| hasTag(Key k, std::string_view v) const noexcept | geodesk::Tags | |
| isEmpty() const noexcept | geodesk::Tags | inline |
| operator!=(const Tags &other) const | geodesk::Tags | inline |
| operator==(const Tags &other) const | geodesk::Tags | |
| operator[](std::string_view key) const noexcept | geodesk::Tags | inline |
| operator[](Key key) const noexcept | geodesk::Tags | inline |
| size() const noexcept | geodesk::Tags | inline |
| Tags(FeatureStore *store) | geodesk::Tags | inlineexplicit |
| Tags(const Feature &feature) | geodesk::Tags | explicit |
| Tags(FeatureStore *store, FeaturePtr ptr) | geodesk::Tags | inline |
| Tags(FeatureStore *store, TagTablePtr ptr) | geodesk::Tags | inline |
| Tags(const Tags &other)=default | geodesk::Tags |