userver: redis::ReplyData::KeyValues 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::KeyValues Class Referencefinal

Classes

class  KeyValue
 
class  KeyValueIt
 

Public Member Functions

 KeyValues (const Array &array)
 
KeyValueIt begin () const
 
KeyValueIt end () const
 
size_t size () const
 

Detailed Description

Definition at line 33 of file reply.hpp.

Constructor & Destructor Documentation

◆ KeyValues()

redis::ReplyData::KeyValues::KeyValues ( const Array &  array)
inlineexplicit

Definition at line 64 of file reply.hpp.

Member Function Documentation

◆ begin()

KeyValueIt redis::ReplyData::KeyValues::begin ( ) const
inline

Definition at line 66 of file reply.hpp.

◆ end()

KeyValueIt redis::ReplyData::KeyValues::end ( ) const
inline

Definition at line 67 of file reply.hpp.

◆ size()

size_t redis::ReplyData::KeyValues::size ( ) const
inline

Definition at line 69 of file reply.hpp.


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