xrpld
Loading...
Searching...
No Matches
include
xrpl
beast
insight
HookImpl.h
1
#pragma once
2
3
#include <
functional
>
4
#include <
memory
>
5
6
namespace
beast::insight
{
7
8
class
HookImpl
:
public
std::enable_shared_from_this
<HookImpl>
9
{
10
public
:
11
using
HandlerType
=
std::function
<void(
void
)>;
12
13
virtual
~HookImpl
() = 0;
14
};
15
16
}
// namespace beast::insight
beast::insight::HookImpl
Definition
HookImpl.h:9
beast::insight::HookImpl::HandlerType
std::function< void(void)> HandlerType
Definition
HookImpl.h:11
beast::insight::HookImpl::~HookImpl
virtual ~HookImpl()=0
std::enable_shared_from_this
std::function
functional
memory
beast::insight
Definition
Collector.h:11
Generated by
1.16.1