rippled
Public Types | Public Member Functions | Private Member Functions | List of all members
beast::insight::detail::NullHookImpl Class Reference
Inheritance diagram for beast::insight::detail::NullHookImpl:
Inheritance graph
[legend]
Collaboration diagram for beast::insight::detail::NullHookImpl:
Collaboration graph
[legend]

Public Types

using HandlerType = std::function< void(void)>
 

Public Member Functions

 NullHookImpl ()=default
 
shared_from_this (T... args)
 
weak_from_this (T... args)
 

Private Member Functions

NullHookImploperator= (NullHookImpl const &)
 

Detailed Description

Definition at line 27 of file NullCollector.cpp.

Member Typedef Documentation

◆ HandlerType

Definition at line 32 of file HookImpl.h.

Constructor & Destructor Documentation

◆ NullHookImpl()

beast::insight::detail::NullHookImpl::NullHookImpl ( )
explicitdefault

Member Function Documentation

◆ operator=()

NullHookImpl& beast::insight::detail::NullHookImpl::operator= ( NullHookImpl const &  )
private