| 
    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 64 of file StatsDCollector.cpp.
      
  | 
  inherited | 
Definition at line 13 of file HookImpl.h.
| beast::insight::detail::StatsDHookImpl::StatsDHookImpl | ( | HandlerType const & | handler, | 
| std::shared_ptr< StatsDCollectorImp > const & | impl | ||
| ) | 
Definition at line 509 of file StatsDCollector.cpp.
      
  | 
  override | 
Definition at line 517 of file StatsDCollector.cpp.
      
  | 
  overridevirtual | 
Implements beast::insight::detail::StatsDMetricBase.
Definition at line 523 of file StatsDCollector.cpp.
      
  | 
  private | 
      
  | 
  private | 
Definition at line 80 of file StatsDCollector.cpp.
      
  | 
  private | 
Definition at line 81 of file StatsDCollector.cpp.