Classes | |
class | GetAfterEofException |
class | Iterator |
Public Types | |
using | ReplyElem = typename ScanReplyElem< scan_tag >::type |
Public Member Functions | |
ScanRequest (std::unique_ptr< RequestScanDataBase< scan_tag > > &&impl) | |
template<typename T = std::vector<ReplyElem>> | |
T | GetAll (std::string request_description) |
template<typename T = std::vector<ReplyElem>> | |
T | GetAll () |
void | SetRequestDescription (std::string request_description) |
Iterator | begin () |
Iterator | end () |
Friends | |
class | Iterator |
Definition at line 54 of file request.hpp.
using storages::redis::ScanRequest< scan_tag >::ReplyElem = typename ScanReplyElem<scan_tag>::type |
Definition at line 56 of file request.hpp.
|
inlineexplicit |
Definition at line 58 of file request.hpp.
|
inline |
Definition at line 125 of file request.hpp.
|
inline |
Definition at line 126 of file request.hpp.
|
inline |
Definition at line 68 of file request.hpp.
|
inline |
Definition at line 62 of file request.hpp.
|
inline |
Definition at line 72 of file request.hpp.
|
friend |
Definition at line 140 of file request.hpp.