|
rippled
|
#include <MeterImpl.h>


Public Types | |
| using | value_type = std::uint64_t |
Public Member Functions | |
| virtual | ~MeterImpl ()=0 |
| virtual void | increment (value_type amount)=0 |
| T | shared_from_this (T... args) |
| T | weak_from_this (T... args) |
Definition at line 31 of file MeterImpl.h.
Definition at line 34 of file MeterImpl.h.
|
pure virtualdefault |
|
pure virtual |
Implemented in beast::insight::detail::StatsDMeterImpl, and beast::insight::detail::NullMeterImpl.