|
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 82 of file OverlayImpl.h.
|
explicit |
Definition at line 69 of file OverlayImpl.cpp.
|
overridevirtual |
Implements ripple::OverlayImpl::Child.
Definition at line 75 of file OverlayImpl.cpp.
| void ripple::OverlayImpl::Timer::async_wait | ( | ) |
Definition at line 84 of file OverlayImpl.cpp.
| void ripple::OverlayImpl::Timer::on_timer | ( | error_code | ec | ) |
Definition at line 92 of file OverlayImpl.cpp.
| boost::asio::basic_waitable_timer<clock_type> ripple::OverlayImpl::Timer::timer_ |
Definition at line 84 of file OverlayImpl.h.
| bool ripple::OverlayImpl::Timer::stopping_ {false} |
Definition at line 85 of file OverlayImpl.h.
|
protectedinherited |
Definition at line 64 of file OverlayImpl.h.
1.8.17