rippled
|
Public Member Functions | |
event_impl (event_impl const &)=delete | |
event_impl & | operator= (event_impl const &)=delete |
template<class DeducedHandler > | |
event_impl (time_point when_, DeducedHandler &&h) | |
void | operator() () const override |
bool | operator< (event const &other) const |
Public Attributes | |
time_point | when |
Private Attributes | |
const Handler | h_ |
Definition at line 86 of file test/csf/Scheduler.h.
|
delete |
ripple::test::csf::Scheduler::event_impl< Handler >::event_impl | ( | time_point | when_, |
DeducedHandler && | h | ||
) |
Definition at line 97 of file test/csf/Scheduler.h.
|
delete |
|
overridevirtual |
Implements ripple::test::csf::Scheduler::event.
Definition at line 103 of file test/csf/Scheduler.h.
|
inherited |
Definition at line 79 of file test/csf/Scheduler.h.
|
private |
Definition at line 88 of file test/csf/Scheduler.h.
|
inherited |
Definition at line 62 of file test/csf/Scheduler.h.