rippled
Public Types | Public Member Functions | List of all members
beast::insight::HookImpl Class Referenceabstract
Inheritance diagram for beast::insight::HookImpl:
Inheritance graph
[legend]
Collaboration diagram for beast::insight::HookImpl:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

virtual ~HookImpl ()=0
 
shared_from_this (T... args)
 
weak_from_this (T... args)
 

Detailed Description

Definition at line 29 of file HookImpl.h.

Member Typedef Documentation

◆ HandlerType

Definition at line 32 of file HookImpl.h.

Constructor & Destructor Documentation

◆ ~HookImpl()

beast::insight::HookImpl::~HookImpl ( )
pure virtualdefault