Public Types | |
using | ReplyElem = typename ScanReplyElem< scan_tag >::type |
Public Member Functions | |
void | SetRequestDescription (std::string request_description) |
virtual ReplyElem | Get ()=0 |
virtual ReplyElem & | Current ()=0 |
virtual bool | Eof ()=0 |
Protected Attributes | |
std::string | request_description_ |
Definition at line 33 of file request_data_base.hpp.
using storages::redis::RequestScanDataBase< scan_tag >::ReplyElem = typename ScanReplyElem<scan_tag>::type |
Definition at line 35 of file request_data_base.hpp.
|
inline |
Definition at line 39 of file request_data_base.hpp.
|
protected |
Definition at line 51 of file request_data_base.hpp.