xrpld
Loading...
Searching...
No Matches
beast::insight::detail::NullEventImpl Class Reference
Inheritance diagram for beast::insight::detail::NullEventImpl:
Collaboration diagram for beast::insight::detail::NullEventImpl:

Public Types

using value_type = std::chrono::milliseconds

Public Member Functions

 NullEventImpl ()=default
void notify (value_type const &) override
NullEventImploperator= (NullEventImpl const &)=delete
shared_from_this (T... args)
weak_from_this (T... args)

Detailed Description

Definition at line 49 of file NullCollector.cpp.

Member Typedef Documentation

◆ value_type

Definition at line 13 of file EventImpl.h.

Constructor & Destructor Documentation

◆ NullEventImpl()

beast::insight::detail::NullEventImpl::NullEventImpl ( )
explicitdefault

Member Function Documentation

◆ notify()

void beast::insight::detail::NullEventImpl::notify ( value_type const & )
overridevirtual

Implements beast::insight::EventImpl.

Definition at line 55 of file NullCollector.cpp.

◆ operator=()

NullEventImpl & beast::insight::detail::NullEventImpl::operator= ( NullEventImpl const & )
delete