| 
    rippled
    
   | 
 


Public Member Functions | |
| Timer (OverlayImpl &overlay) | |
| void | stop () override | 
| void | async_wait () | 
| void | on_timer (error_code ec) | 
| T | shared_from_this (T... args) | 
| T | weak_from_this (T... args) | 
Public Attributes | |
| boost::asio::basic_waitable_timer< clock_type > | timer_ | 
| bool | stopping_ {false} | 
Protected Attributes | |
| OverlayImpl & | overlay_ | 
Definition at line 67 of file OverlayImpl.h.
      
  | 
  explicit | 
Definition at line 52 of file OverlayImpl.cpp.
      
  | 
  overridevirtual | 
Implements ripple::OverlayImpl::Child.
Definition at line 58 of file OverlayImpl.cpp.
| void ripple::OverlayImpl::Timer::async_wait | ( | ) | 
Definition at line 67 of file OverlayImpl.cpp.
| void ripple::OverlayImpl::Timer::on_timer | ( | error_code | ec | ) | 
Definition at line 77 of file OverlayImpl.cpp.
| boost::asio::basic_waitable_timer<clock_type> ripple::OverlayImpl::Timer::timer_ | 
Definition at line 69 of file OverlayImpl.h.
| bool ripple::OverlayImpl::Timer::stopping_ {false} | 
Definition at line 70 of file OverlayImpl.h.
      
  | 
  protectedinherited | 
Definition at line 49 of file OverlayImpl.h.