|
xrpld
|


Public Member Functions | |
| Timer (OverlayImpl &overlay) | |
| void | stop () override |
| void | asyncWait () |
| void | onTimer (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 92 of file OverlayImpl.h.
|
explicit |
Definition at line 118 of file OverlayImpl.cpp.
|
overridevirtual |
Implements xrpl::OverlayImpl::Child.
Definition at line 123 of file OverlayImpl.cpp.
| void xrpl::OverlayImpl::Timer::asyncWait | ( | ) |
Definition at line 132 of file OverlayImpl.cpp.
| void xrpl::OverlayImpl::Timer::onTimer | ( | error_code | ec | ) |
Definition at line 142 of file OverlayImpl.cpp.
| boost::asio::basic_waitable_timer<clock_type> xrpl::OverlayImpl::Timer::timer |
Definition at line 94 of file OverlayImpl.h.
| bool xrpl::OverlayImpl::Timer::stopping {false} |
Definition at line 95 of file OverlayImpl.h.
|
protectedinherited |
Definition at line 75 of file OverlayImpl.h.