rippled
Public Types | Public Member Functions | Private Member Functions | List of all members
beast::insight::detail::NullGaugeImpl Class Reference
Inheritance diagram for beast::insight::detail::NullGaugeImpl:
Inheritance graph
[legend]
Collaboration diagram for beast::insight::detail::NullGaugeImpl:
Collaboration graph
[legend]

Public Types

using value_type = std::uint64_t
 
using difference_type = std::int64_t
 

Public Member Functions

 NullGaugeImpl ()=default
 
void set (value_type) override
 
void increment (difference_type) override
 
shared_from_this (T... args)
 
weak_from_this (T... args)
 

Private Member Functions

NullGaugeImploperator= (NullGaugeImpl const &)
 

Detailed Description

Definition at line 72 of file NullCollector.cpp.

Member Typedef Documentation

◆ value_type

Definition at line 34 of file GaugeImpl.h.

◆ difference_type

Definition at line 35 of file GaugeImpl.h.

Constructor & Destructor Documentation

◆ NullGaugeImpl()

beast::insight::detail::NullGaugeImpl::NullGaugeImpl ( )
explicitdefault

Member Function Documentation

◆ set()

void beast::insight::detail::NullGaugeImpl::set ( value_type  )
overridevirtual

Implements beast::insight::GaugeImpl.

Definition at line 77 of file NullCollector.cpp.

◆ increment()

void beast::insight::detail::NullGaugeImpl::increment ( difference_type  )
overridevirtual

Implements beast::insight::GaugeImpl.

Definition at line 81 of file NullCollector.cpp.

◆ operator=()

NullGaugeImpl& beast::insight::detail::NullGaugeImpl::operator= ( NullGaugeImpl const &  )
private