userver: storages::redis::ReplyData::KeyValues::KeyValue Class Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::redis::ReplyData::KeyValues::KeyValue Class Referencefinal

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Definition at line 36 of file reply.hpp.

Public Member Functions

 KeyValue (const Array &array, size_t index)
 
std::string Key () const
 
std::string Value () const
 

Constructor & Destructor Documentation

◆ KeyValue()

storages::redis::ReplyData::KeyValues::KeyValue::KeyValue ( const Array & array,
size_t index )
inline

Definition at line 38 of file reply.hpp.

Member Function Documentation

◆ Key()

std::string storages::redis::ReplyData::KeyValues::KeyValue::Key ( ) const
inline

Definition at line 40 of file reply.hpp.

◆ Value()

std::string storages::redis::ReplyData::KeyValues::KeyValue::Value ( ) const
inline

Definition at line 41 of file reply.hpp.


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