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