|
rippled
|
#include <EventImpl.h>


Public Types | |
| using | value_type = std::chrono::milliseconds |
Public Member Functions | |
| virtual | ~EventImpl ()=0 |
| virtual void | notify (value_type const &value)=0 |
| T | shared_from_this (T... args) |
| T | weak_from_this (T... args) |
Definition at line 31 of file EventImpl.h.
Definition at line 34 of file EventImpl.h.
|
pure virtualdefault |
|
pure virtual |
Implemented in beast::insight::detail::StatsDEventImpl, and beast::insight::detail::NullEventImpl.