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

Public Types

using value_type = std::chrono::milliseconds
 

Public Member Functions

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

Private Member Functions

NullEventImploperator= (NullEventImpl const &)
 

Detailed Description

Definition at line 55 of file NullCollector.cpp.

Member Typedef Documentation

◆ value_type

Definition at line 34 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 61 of file NullCollector.cpp.

◆ operator=()

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