Definition at line 36 of file reply_types.hpp.
Public Member Functions | |
| GeoPoint (std::string member, std::optional< double > dist, std::optional< uint64_t > hash, std::optional< Point > point) | |
| bool | operator== (const GeoPoint &rhs) const |
Public Attributes | |
| std::string | member |
| std::optional< double > | dist |
| std::optional< uint64_t > | hash |
| std::optional< Point > | point |
|
inline |
Definition at line 44 of file reply_types.hpp.
|
inline |
Definition at line 51 of file reply_types.hpp.
| std::optional<double> storages::redis::GeoPoint::dist |
Definition at line 38 of file reply_types.hpp.
| std::optional<uint64_t> storages::redis::GeoPoint::hash |
Definition at line 39 of file reply_types.hpp.
| std::string storages::redis::GeoPoint::member |
Definition at line 37 of file reply_types.hpp.
| std::optional<Point> storages::redis::GeoPoint::point |
Definition at line 40 of file reply_types.hpp.