rippled
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
beast::insight::HookImpl Class Referenceabstract

#include <HookImpl.h>

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 10 of file HookImpl.h.

Member Typedef Documentation

◆ HandlerType

Definition at line 13 of file HookImpl.h.

Constructor & Destructor Documentation

◆ ~HookImpl()

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