KASKADE 7 development version
|
Implementation of FunctorImpl. Allows the use of function pointers as well as functors. More...
#include <functor.hh>
Implementation of FunctorImpl. Allows the use of function pointers as well as functors.
Definition at line 52 of file functor.hh.
Public Types | |
typedef ParentFunctor::ReturnType | ReturnType |
Public Member Functions | |
FunctorHandler (const Fun &fun_) | |
FunctorHandler * | clone () const |
ReturnType | operator() (Arguments... args) |
typedef ParentFunctor::ReturnType Kaskade::FunctorHandler< ParentFunctor, Fun, Arguments >::ReturnType |
Definition at line 55 of file functor.hh.
|
inline |
Definition at line 57 of file functor.hh.
Referenced by Kaskade::FunctorHandler< ParentFunctor, Fun, Arguments >::clone().
|
inlinevirtual |
Implements Kaskade::FunctorImpl< ParentFunctor::ReturnType, Arguments... >.
Definition at line 59 of file functor.hh.
|
inlinevirtual |
Implements Kaskade::FunctorImpl< ParentFunctor::ReturnType, Arguments... >.
Definition at line 61 of file functor.hh.