MURE
|
Abstract class to define Functor (function of function). More...
#include <TFunctor.hxx>
Public Member Functions | |
virtual void | operator() ()=0 |
call using operator | |
virtual void | Call ()=0 |
call using function | |
virtual | ~TFunctor ()=default |
Virtual destructor to avoid GCC 4.0 warnings. | |
Abstract class to define Functor (function of function).
One can not define instance of this class because method are purely abstract ; One has to use derivated classes of TFunctor.
|
virtualdefault |
Virtual destructor to avoid GCC 4.0 warnings.
|
pure virtual |
call using function
Implemented in TSpecificFunctor< T >.
|
pure virtual |
call using operator
Implemented in TSpecificFunctor< T >.