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

Detailed Description

Definition at line 33 of file reply.hpp.

Classes

class  KeyValue
 
class  KeyValueIt
 

Public Member Functions

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

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: