| 
    rippled
    
   | 
 
#include <CounterImpl.h>


Public Types | |
| using | value_type = std::int64_t | 
Public Member Functions | |
| virtual | ~CounterImpl ()=0 | 
| virtual void | increment (value_type amount)=0 | 
| T | shared_from_this (T... args) | 
| T | weak_from_this (T... args) | 
Definition at line 12 of file CounterImpl.h.
Definition at line 15 of file CounterImpl.h.
      
  | 
  pure virtualdefault | 
      
  | 
  pure virtual | 
Implemented in beast::insight::detail::StatsDCounterImpl, and beast::insight::detail::NullCounterImpl.