userver: redis::ReplyData::MovableKeyValues::MovableKeyValue Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
redis::ReplyData::MovableKeyValues::MovableKeyValue Class Referencefinal

Public Member Functions

 MovableKeyValue (ReplyData &key_data, ReplyData &value_data)
 
std::string & Key ()
 
std::string & Value ()
 

Detailed Description

Definition at line 77 of file reply.hpp.

Constructor & Destructor Documentation

◆ MovableKeyValue()

redis::ReplyData::MovableKeyValues::MovableKeyValue::MovableKeyValue ( ReplyData key_data,
ReplyData value_data 
)
inline

Definition at line 79 of file reply.hpp.

Member Function Documentation

◆ Key()

std::string & redis::ReplyData::MovableKeyValues::MovableKeyValue::Key ( )
inline

Definition at line 82 of file reply.hpp.

◆ Value()

std::string & redis::ReplyData::MovableKeyValues::MovableKeyValue::Value ( )
inline

Definition at line 83 of file reply.hpp.


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