userver: redis::ReplyData::MovableKeyValues::MovableKeyValue Class Reference
Loading...
Searching...
No Matches
redis::ReplyData::MovableKeyValues::MovableKeyValue Class Referencefinal

Detailed Description

Definition at line 77 of file reply.hpp.

Public Member Functions

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

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: