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

#include <EventImpl.h>

Inheritance diagram for beast::insight::EventImpl:
Collaboration diagram for beast::insight::EventImpl:

Public Types

using value_type = std::chrono::milliseconds

Public Member Functions

virtual ~EventImpl ()=0
virtual void notify (value_type const &value)=0
shared_from_this (T... args)
weak_from_this (T... args)

Detailed Description

Definition at line 10 of file EventImpl.h.

Member Typedef Documentation

◆ value_type

Constructor & Destructor Documentation

◆ ~EventImpl()

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

Member Function Documentation

◆ notify()

virtual void beast::insight::EventImpl::notify ( value_type const & value)
pure virtual