userver: storages::redis::ReplyData::MovableKeyValues::MovableKeyValueIt Class Reference
Loading...
Searching...
No Matches
storages::redis::ReplyData::MovableKeyValues::MovableKeyValueIt Class Referencefinal

Detailed Description

Definition at line 89 of file reply.hpp.

Public Member Functions

 MovableKeyValueIt (Array &array, size_t index)
 
MovableKeyValueItoperator++ ()
 
bool operator!= (const MovableKeyValueIt &r) const
 
MovableKeyValue operator* ()
 

Constructor & Destructor Documentation

◆ MovableKeyValueIt()

storages::redis::ReplyData::MovableKeyValues::MovableKeyValueIt::MovableKeyValueIt ( Array & array,
size_t index )
inline

Definition at line 91 of file reply.hpp.

Member Function Documentation

◆ operator!=()

bool storages::redis::ReplyData::MovableKeyValues::MovableKeyValueIt::operator!= ( const MovableKeyValueIt & r) const
inline

Definition at line 96 of file reply.hpp.

◆ operator*()

MovableKeyValue storages::redis::ReplyData::MovableKeyValues::MovableKeyValueIt::operator* ( )
inline

Definition at line 97 of file reply.hpp.

◆ operator++()

MovableKeyValueIt & storages::redis::ReplyData::MovableKeyValues::MovableKeyValueIt::operator++ ( )
inline

Definition at line 92 of file reply.hpp.


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