userver: storages::redis::GeoPoint Struct Reference
Loading...
Searching...
No Matches
storages::redis::GeoPoint Struct Referencefinal

Detailed Description

Definition at line 32 of file reply_types.hpp.

+ Collaboration diagram for storages::redis::GeoPoint:

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
 
bool operator!= (const GeoPoint &rhs) const
 

Public Attributes

std::string member
 
std::optional< double > dist
 
std::optional< uint64_t > hash
 
std::optional< Pointpoint
 

Constructor & Destructor Documentation

◆ GeoPoint()

storages::redis::GeoPoint::GeoPoint ( std::string member,
std::optional< double > dist,
std::optional< uint64_t > hash,
std::optional< Point > point )
inline

Definition at line 40 of file reply_types.hpp.

Member Function Documentation

◆ operator!=()

bool storages::redis::GeoPoint::operator!= ( const GeoPoint & rhs) const
inline

Definition at line 49 of file reply_types.hpp.

◆ operator==()

bool storages::redis::GeoPoint::operator== ( const GeoPoint & rhs) const
inline

Definition at line 44 of file reply_types.hpp.

Member Data Documentation

◆ dist

std::optional<double> storages::redis::GeoPoint::dist

Definition at line 34 of file reply_types.hpp.

◆ hash

std::optional<uint64_t> storages::redis::GeoPoint::hash

Definition at line 35 of file reply_types.hpp.

◆ member

std::string storages::redis::GeoPoint::member

Definition at line 33 of file reply_types.hpp.

◆ point

std::optional<Point> storages::redis::GeoPoint::point

Definition at line 36 of file reply_types.hpp.


The documentation for this struct was generated from the following file: