xrpld
Loading...
Searching...
No Matches
beast::insight::detail::NullHookImpl Class Reference
Inheritance diagram for beast::insight::detail::NullHookImpl:
Collaboration diagram for beast::insight::detail::NullHookImpl:

Public Types

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

Public Member Functions

 NullHookImpl ()=default
NullHookImploperator= (NullHookImpl const &)=delete
shared_from_this (T... args)
weak_from_this (T... args)

Detailed Description

Definition at line 22 of file NullCollector.cpp.

Member Typedef Documentation

◆ HandlerType

Definition at line 11 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 & )
delete