Definition at line 97 of file request.hpp.
Classes | |
| class | ReplyElemHolder |
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | difference_type = ptrdiff_t |
| using | value_type = ReplyElem |
| using | reference = value_type& |
| using | pointer = value_type* |
Public Member Functions | |
| Iterator (ScanRequest *stream) | |
| ReplyElemHolder | operator++ (int) |
| Iterator & | operator++ () |
| reference | operator* () |
| pointer | operator-> () |
| bool | operator== (const Iterator &rhs) const |
| bool | operator!= (const Iterator &rhs) const |
| using storages::redis::ScanRequest< TScanTag >::Iterator::difference_type = ptrdiff_t |
Definition at line 100 of file request.hpp.
| using storages::redis::ScanRequest< TScanTag >::Iterator::iterator_category = std::input_iterator_tag |
Definition at line 99 of file request.hpp.
| using storages::redis::ScanRequest< TScanTag >::Iterator::pointer = value_type* |
Definition at line 103 of file request.hpp.
| using storages::redis::ScanRequest< TScanTag >::Iterator::reference = value_type& |
Definition at line 102 of file request.hpp.
| using storages::redis::ScanRequest< TScanTag >::Iterator::value_type = ReplyElem |
Definition at line 101 of file request.hpp.
|
inlineexplicit |
Definition at line 105 of file request.hpp.
|
inline |
Definition at line 137 of file request.hpp.
|
inline |
Definition at line 131 of file request.hpp.
|
inline |
Definition at line 125 of file request.hpp.
|
inline |
Definition at line 119 of file request.hpp.
|
inline |
Definition at line 133 of file request.hpp.
|
inline |
Definition at line 135 of file request.hpp.