GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
|
This is the complete list of members for geodesk::TagValue, including all inherited members.
operator bool() const noexcept | geodesk::TagValue | inline |
operator double() const noexcept | geodesk::TagValue | inline |
operator int() const noexcept | geodesk::TagValue | inline |
operator int64_t() const noexcept | geodesk::TagValue | inline |
operator!() const noexcept | geodesk::TagValue | inline |
operator!=(const TagValue &other) const noexcept | geodesk::TagValue | inline |
operator!=(const std::string_view &val) const noexcept | geodesk::TagValue | inline |
operator!=(double val) const noexcept | geodesk::TagValue | inline |
operator!=(int64_t val) const noexcept | geodesk::TagValue | inline |
operator<(const TagValue &other) const noexcept | geodesk::TagValue | inline |
operator<(double val) const noexcept | geodesk::TagValue | inline |
operator<(int64_t val) const noexcept | geodesk::TagValue | inline |
operator<(int val) const noexcept | geodesk::TagValue | inline |
operator<<(Stream &out, const TagValue &v) | geodesk::TagValue | friend |
operator<=(double val) const noexcept | geodesk::TagValue | inline |
operator<=(int64_t val) const noexcept | geodesk::TagValue | inline |
operator<=(int val) const noexcept | geodesk::TagValue | inline |
operator==(const TagValue &other) const noexcept | geodesk::TagValue | |
operator==(const std::string_view &sv) const noexcept | geodesk::TagValue | inline |
operator==(double val) const noexcept | geodesk::TagValue | inline |
operator==(int64_t val) const noexcept | geodesk::TagValue | inline |
operator>(double val) const noexcept | geodesk::TagValue | inline |
operator>(int64_t val) const noexcept | geodesk::TagValue | inline |
operator>(int val) const noexcept | geodesk::TagValue | inline |
operator>=(double val) const noexcept | geodesk::TagValue | inline |
operator>=(int64_t val) const noexcept | geodesk::TagValue | inline |
operator>=(int val) const noexcept | geodesk::TagValue | inline |
TagValue() | geodesk::TagValue | inline |
TagValue(uint64_t taggedNumberValue, StringValue str=StringValue()) | geodesk::TagValue | inlineexplicit |
TagValue(StringValue str) | geodesk::TagValue | inline |