rippled
Public Types | Public Member Functions | List of all members
beast::insight::EventImpl Class Referenceabstract
Inheritance diagram for beast::insight::EventImpl:
Inheritance graph
[legend]
Collaboration diagram for beast::insight::EventImpl:
Collaboration graph
[legend]

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 31 of file EventImpl.h.

Member Typedef Documentation

◆ value_type

Definition at line 34 of file EventImpl.h.

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