| 
    rippled
    
   | 
 
#include <GaugeImpl.h>


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 12 of file GaugeImpl.h.
Definition at line 15 of file GaugeImpl.h.
Definition at line 16 of file GaugeImpl.h.
      
  | 
  pure virtualdefault | 
      
  | 
  pure virtual | 
Implemented in beast::insight::detail::StatsDGaugeImpl, and beast::insight::detail::NullGaugeImpl.
      
  | 
  pure virtual | 
Implemented in beast::insight::detail::NullGaugeImpl, and beast::insight::detail::StatsDGaugeImpl.