ROOT 6.14/05 Reference Guide |
FunctorImpl is a base class for the functor handler implementation class.
It defines the Copy operator used to clone the functor objects
Public Types | |
typedef IBaseFunc | BaseFunc |
Public Member Functions | |
FunctorImpl () | |
virtual | ~FunctorImpl () |
virtual FunctorImpl * | Copy () const =0 |
#include <Math/Functor.h>
typedef IBaseFunc ROOT::Math::FunctorImpl< IBaseFunc >::BaseFunc |
|
inline |
|
inlinevirtual |
|
pure virtual |