|
xrpld
|
#include <io_list.h>


Public Member Functions | |
| virtual | ~Work () |
| IOList & | ios () |
| Return the IOList associated with the work. | |
| virtual void | close ()=0 |
Private Member Functions | |
| template<class = void> | |
| void | destroy () |
Private Attributes | |
| IOList * | ios_ = nullptr |
Friends | |
| class | IOList |
|
private |
| IOList & xrpl::IOList::Work::ios | ( | ) |
Return the IOList associated with the work.
Requirements: The call to IOList::emplace to create the work has already returned.
|
pure virtual |
Implemented in xrpl::BaseHTTPPeer< Handler, Impl >, xrpl::BaseHTTPPeer< Handler, PlainHTTPPeer< Handler > >, xrpl::BaseHTTPPeer< Handler, SSLHTTPPeer< Handler > >, xrpl::BasePeer< Handler, Impl >, xrpl::BasePeer< Handler, PlainWSPeer< Handler > >, xrpl::BasePeer< Handler, SSLWSPeer< Handler > >, xrpl::BaseWSPeer< Handler, Impl >, xrpl::BaseWSPeer< Handler, PlainWSPeer< Handler > >, xrpl::BaseWSPeer< Handler, SSLWSPeer< Handler > >, xrpl::Door< Handler >, and xrpl::Door< Handler >::Detector.