xrpld
Loading...
Searching...
No Matches
include
xrpl
beast
insight
NullCollector.h
1
#pragma once
2
3
#include <xrpl/beast/insight/Collector.h>
4
5
#include <
memory
>
6
7
namespace
beast::insight
{
8
12
class
NullCollector
:
public
Collector
13
{
14
public
:
15
explicit
NullCollector
() =
default
;
16
17
static
std::shared_ptr<Collector>
18
make
();
19
};
20
21
}
// namespace beast::insight
beast::insight::Collector
Interface for a manager that allows collection of metrics.
Definition
Collector.h:27
beast::insight::NullCollector::make
static std::shared_ptr< Collector > make()
Definition
NullCollector.cpp:146
beast::insight::NullCollector::NullCollector
NullCollector()=default
memory
beast::insight
Definition
Collector.h:13
std::shared_ptr
Generated by
1.16.1