senf::ppi::detail::EventBindingHelper< EventType, Self > Class Template Reference

Internal: Callback forwarders. More...

#include <senf/PPI/detail/EventBinding.hh>

Public Types

typedef detail::EventArgType< EventType >::type EventArg
 

Public Member Functions

void callback (EventArg event, ClockService::clock_type time)
 
void callback (EventArg event)
 

Detailed Description

template<class EventType, class Self>
class senf::ppi::detail::EventBindingHelper< EventType, Self >

Internal: Callback forwarders.

Definition at line 59 of file EventBinding.hh.

Member Typedef Documentation

◆ EventArg

template<class EventType, class Self>
typedef detail::EventArgType<EventType>::type senf::ppi::detail::EventBindingHelper< EventType, Self >::EventArg

Definition at line 62 of file EventBinding.hh.

Member Function Documentation

◆ callback() [1/2]

template<class EventType, class Self>
void senf::ppi::detail::EventBindingHelper< EventType, Self >::callback ( EventArg  event,
ClockService::clock_type  time 
)

◆ callback() [2/2]

template<class EventType, class Self>
void senf::ppi::detail::EventBindingHelper< EventType, Self >::callback ( EventArg  event)

The documentation for this class was generated from the following file: