rippled
|
Public Types | |
using | value_type = std::uint64_t |
using | difference_type = std::int64_t |
Public Member Functions | |
virtual | ~GaugeImpl ()=0 |
virtual void | set (value_type value)=0 |
virtual void | increment (difference_type amount)=0 |
T | shared_from_this (T... args) |
T | weak_from_this (T... args) |
Definition at line 31 of file GaugeImpl.h.
Definition at line 34 of file GaugeImpl.h.
Definition at line 35 of file GaugeImpl.h.
|
pure virtualdefault |
|
pure virtual |
Implemented in beast::insight::detail::NullGaugeImpl, and beast::insight::detail::StatsDGaugeImpl.
|
pure virtual |
Implemented in beast::insight::detail::StatsDGaugeImpl, and beast::insight::detail::NullGaugeImpl.