|
rippled
|


Public Member Functions | |
| Timer (OverlayImpl &overlay) | |
| void | stop () override |
| void | run () |
| 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_ |
Protected Attributes | |
| OverlayImpl & | overlay_ |
Definition at line 81 of file OverlayImpl.h.
|
explicit |
Definition at line 89 of file OverlayImpl.cpp.
|
overridevirtual |
Implements ripple::OverlayImpl::Child.
Definition at line 95 of file OverlayImpl.cpp.
| void ripple::OverlayImpl::Timer::run | ( | ) |
Definition at line 102 of file OverlayImpl.cpp.
| void ripple::OverlayImpl::Timer::on_timer | ( | error_code | ec | ) |
Definition at line 110 of file OverlayImpl.cpp.
| boost::asio::basic_waitable_timer<clock_type> ripple::OverlayImpl::Timer::timer_ |
Definition at line 83 of file OverlayImpl.h.
|
protectedinherited |
Definition at line 63 of file OverlayImpl.h.
1.8.17