Crazy Eddie's GUI System 0.8.7
Loading...
Searching...
No Matches
CEGUI::FunctorCopySlot< T > Class Template Reference

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

#include <FunctorCopySlot.h>

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

Public Member Functions

 FunctorCopySlot (const T &functor)
 
virtual bool operator() (const EventArgs &args)
 
- Public Member Functions inherited from CEGUI::SlotFunctorBase

Detailed Description

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

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

Member Function Documentation

◆ operator()()

template<typename T >
virtual bool CEGUI::FunctorCopySlot< T >::operator() ( const EventArgs & args)
inlinevirtual