Crazy Eddies GUI System  0.7.2
Public Member Functions | List of all members
CEGUI::FunctorReferenceSlot< T > Class Template Reference

Slot template class that creates a functor that calls back via a functor object reference. More...

+ Inheritance diagram for CEGUI::FunctorReferenceSlot< T >:
+ Collaboration diagram for CEGUI::FunctorReferenceSlot< T >:

Public Member Functions

 FunctorReferenceSlot (T &functor)
 
virtual bool operator() (const EventArgs &args)
 

Detailed Description

template<typename T>
class CEGUI::FunctorReferenceSlot< T >

Slot template class that creates a functor that calls back via a functor object reference.