Definition at line 39 of file request_data_base.hpp.
Public Types | |
| using | ReplyElem = typename ScanReplyElem<TScanTag>::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_ |
| using storages::redis::RequestScanDataBase< TScanTag >::ReplyElem = typename ScanReplyElem<TScanTag>::type |
Definition at line 41 of file request_data_base.hpp.
|
inline |
Definition at line 45 of file request_data_base.hpp.
|
protected |
Definition at line 57 of file request_data_base.hpp.