|
rippled
|


Public Types | |
| using | value_type = std::int64_t |
Public Member Functions | |
| NullCounterImpl ()=default | |
| void | increment (value_type) override |
| T | shared_from_this (T... args) |
| T | weak_from_this (T... args) |
Private Member Functions | |
| NullCounterImpl & | operator= (NullCounterImpl const &) |
Definition at line 53 of file NullCollector.cpp.
|
inherited |
Definition at line 34 of file CounterImpl.h.
|
explicitdefault |
|
overridevirtual |
Implements beast::insight::CounterImpl.
Definition at line 59 of file NullCollector.cpp.
|
private |