rippled
Loading...
Searching...
No Matches
include
xrpl
beast
insight
EventImpl.h
1
#pragma once
2
3
#include <
chrono
>
4
#include <
memory
>
5
6
namespace
beast
{
7
namespace
insight {
8
9
class
Event;
10
11
class
EventImpl
:
public
std::enable_shared_from_this
<EventImpl>
12
{
13
public
:
14
using
value_type
=
std::chrono::milliseconds
;
15
16
virtual
~EventImpl
() = 0;
17
virtual
void
18
notify
(
value_type
const
& value) = 0;
19
};
20
21
}
// namespace insight
22
}
// namespace beast
chrono
beast::insight::EventImpl
Definition
EventImpl.h:12
beast::insight::EventImpl::~EventImpl
virtual ~EventImpl()=0
beast::insight::EventImpl::notify
virtual void notify(value_type const &value)=0
std::chrono::milliseconds
std::enable_shared_from_this
memory
beast
Definition
base_uint.h:637
Generated by
1.9.8