| 
    rippled
    
   | 
 
#include <io_list.h>


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