rippled
|
Public Types | |
using | HandlerType = std::function< void(void)> |
Public Member Functions | |
virtual | ~HookImpl ()=0 |
T | shared_from_this (T... args) |
T | weak_from_this (T... args) |
Definition at line 29 of file HookImpl.h.
using beast::insight::HookImpl::HandlerType = std::function<void(void)> |
Definition at line 32 of file HookImpl.h.
|
pure virtualdefault |