Definition at line 36 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 38 of file request_data_base.hpp.
|
inline |
Definition at line 42 of file request_data_base.hpp.
|
protected |
Definition at line 54 of file request_data_base.hpp.