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

Public Member Functions

 KeyValueIt (const Array &array, size_t index)
 
KeyValueItoperator++ ()
 
bool operator!= (const KeyValueIt &r) const
 
KeyValue operator* () const
 

Detailed Description

Definition at line 48 of file reply.hpp.

Constructor & Destructor Documentation

◆ KeyValueIt()

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

Definition at line 50 of file reply.hpp.

Member Function Documentation

◆ operator!=()

bool redis::ReplyData::KeyValues::KeyValueIt::operator!= ( const KeyValueIt r) const
inline

Definition at line 56 of file reply.hpp.

◆ operator*()

KeyValue redis::ReplyData::KeyValues::KeyValueIt::operator* ( ) const
inline

Definition at line 57 of file reply.hpp.

◆ operator++()

KeyValueIt & redis::ReplyData::KeyValues::KeyValueIt::operator++ ( )
inline

Definition at line 52 of file reply.hpp.


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