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