rippled
|
Public Types | |
using | HandlerType = std::function< void(void)> |
Public Member Functions | |
StatsDHookImpl (HandlerType const &handler, std::shared_ptr< StatsDCollectorImp > const &impl) | |
~StatsDHookImpl () override | |
void | do_process () override |
T | shared_from_this (T... args) |
T | weak_from_this (T... args) |
Private Member Functions | |
StatsDHookImpl & | operator= (StatsDHookImpl const &) |
Private Attributes | |
std::shared_ptr< StatsDCollectorImp > | m_impl |
HandlerType | m_handler |
Definition at line 66 of file StatsDCollector.cpp.
|
inherited |
Definition at line 32 of file HookImpl.h.
beast::insight::detail::StatsDHookImpl::StatsDHookImpl | ( | HandlerType const & | handler, |
std::shared_ptr< StatsDCollectorImp > const & | impl | ||
) |
Definition at line 495 of file StatsDCollector.cpp.
|
override |
Definition at line 503 of file StatsDCollector.cpp.
|
overridevirtual |
Implements beast::insight::detail::StatsDMetricBase.
Definition at line 509 of file StatsDCollector.cpp.
|
private |
|
private |
Definition at line 82 of file StatsDCollector.cpp.
|
private |
Definition at line 83 of file StatsDCollector.cpp.