Code::Blocks  SVN r11506
Public Member Functions | List of all members
IEventFunctorBase< EventType > Class Template Referenceabstract

Base abstract event functor class. More...

#include <cbfunctor.h>

Inheritance diagram for IEventFunctorBase< EventType >:
Collaboration diagram for IEventFunctorBase< EventType >:

Public Member Functions

virtual void Call (EventType &event)=0
 
- Public Member Functions inherited from IFunctorBase
virtual ~IFunctorBase ()
 
virtual void * GetThis ()=0
 

Detailed Description

template<typename EventType>
class IEventFunctorBase< EventType >

Base abstract event functor class.

All event functors must extend this interface.

Definition at line 30 of file cbfunctor.h.

Member Function Documentation

◆ Call()

template<typename EventType>
virtual void IEventFunctorBase< EventType >::Call ( EventType &  event)
pure virtual

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