xrpld
Loading...
Searching...
No Matches
beast::insight::GaugeImpl Class Referenceabstract

#include <GaugeImpl.h>

Inheritance diagram for beast::insight::GaugeImpl:
Collaboration diagram for beast::insight::GaugeImpl:

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
shared_from_this (T... args)
weak_from_this (T... args)

Detailed Description

Definition at line 10 of file GaugeImpl.h.

Member Typedef Documentation

◆ value_type

◆ difference_type

Constructor & Destructor Documentation

◆ ~GaugeImpl()

beast::insight::GaugeImpl::~GaugeImpl ( )
pure virtualdefault

Member Function Documentation

◆ set()

virtual void beast::insight::GaugeImpl::set ( value_type value)
pure virtual

◆ increment()

virtual void beast::insight::GaugeImpl::increment ( difference_type amount)
pure virtual