xrpld
Loading...
Searching...
No Matches
Metric.cpp
1#include <xrpl/beast/insight/CounterImpl.h>
2#include <xrpl/beast/insight/EventImpl.h>
3#include <xrpl/beast/insight/GaugeImpl.h>
4#include <xrpl/beast/insight/MeterImpl.h>
5
6namespace beast::insight {
7
9
10EventImpl::~EventImpl() = default;
11
12GaugeImpl::~GaugeImpl() = default;
13
14MeterImpl::~MeterImpl() = default;
15} // namespace beast::insight