rippled
|
Public Types | |
using | value_type = std::uint64_t |
using | difference_type = std::int64_t |
Public Member Functions | |
NullGaugeImpl ()=default | |
void | set (value_type) override |
void | increment (difference_type) override |
T | shared_from_this (T... args) |
T | weak_from_this (T... args) |
Private Member Functions | |
NullGaugeImpl & | operator= (NullGaugeImpl const &) |
Definition at line 72 of file NullCollector.cpp.
|
inherited |
Definition at line 34 of file GaugeImpl.h.
|
inherited |
Definition at line 35 of file GaugeImpl.h.
|
explicitdefault |
|
overridevirtual |
Implements beast::insight::GaugeImpl.
Definition at line 77 of file NullCollector.cpp.
|
overridevirtual |
Implements beast::insight::GaugeImpl.
Definition at line 81 of file NullCollector.cpp.
|
private |