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

Internal: Callback forwarders. More...

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

List of all members.


Detailed Description

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

Internal: Callback forwarders.

Definition at line 68 of file 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)

Member Typedef Documentation

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

Member Function Documentation

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

Definition at line 47 of file EventBinding.cti.

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

Definition at line 39 of file EventBinding.cti.


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