rippled
Loading...
Searching...
No Matches
include
xrpl
beast
insight
NullCollector.h
1
#pragma once
2
3
#include <xrpl/beast/insight/Collector.h>
4
5
namespace
beast
{
6
namespace
insight {
7
9
class
NullCollector
:
public
Collector
10
{
11
public
:
12
explicit
NullCollector
() =
default
;
13
14
static
std::shared_ptr<Collector>
15
New
();
16
};
17
18
}
// namespace insight
19
}
// namespace beast
beast::insight::Collector
Interface for a manager that allows collection of metrics.
Definition
Collector.h:25
beast::insight::NullCollector
A Collector which does not collect metrics.
Definition
NullCollector.h:10
beast::insight::NullCollector::New
static std::shared_ptr< Collector > New()
Definition
NullCollector.cpp:151
beast::insight::NullCollector::NullCollector
NullCollector()=default
beast
Definition
base_uint.h:637
std::shared_ptr
Generated by
1.9.8