Abstract class to define Functor (function of function). More...
#include <TFunctor.hxx>
Public Member Functions | |
virtual void | operator() ()=0 |
call using operator More... | |
virtual void | Call ()=0 |
call using function More... | |
virtual | ~TFunctor () |
Abstract class to define Functor (function of function).
One can not define instance of this class because method are purely abstracted ; One has to use derived classes of TFunctor base choice.
|
inlinevirtual |
|
pure virtual |
call using function
Implemented in TSpecificFunctor< T >.
|
pure virtual |
call using operator
Implemented in TSpecificFunctor< T >.