Code::Blocks
SVN r11506
|
Base abstract functor class. More...
#include <cbfunctor.h>
Public Member Functions | |
virtual | ~IFunctorBase () |
virtual void * | GetThis ()=0 |
Base abstract functor class.
All functors must extend this interface.
Definition at line 17 of file cbfunctor.h.
|
inlinevirtual |
Definition at line 20 of file cbfunctor.h.
References GetThis(), and GetTypeName().
|
pure virtual |
Implemented in cbEventFunctor< ClassType, EventType >.
Referenced by ~IFunctorBase().