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

Detailed Description

Definition at line 48 of file reply.hpp.

Public Member Functions

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

Constructor & Destructor Documentation

◆ KeyValueIt()

storages::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 storages::redis::ReplyData::KeyValues::KeyValueIt::operator!= ( const KeyValueIt & r) const
inline

Definition at line 55 of file reply.hpp.

◆ operator*()

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

Definition at line 56 of file reply.hpp.

◆ operator++()

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

Definition at line 51 of file reply.hpp.


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