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

Detailed Description

Definition at line 90 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()

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

Definition at line 92 of file reply.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 98 of file reply.hpp.

◆ operator*()

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

Definition at line 101 of file reply.hpp.

◆ operator++()

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

Definition at line 94 of file reply.hpp.


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