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