Class SBCFunctor4#
template <class Output, typename T0, typename T1, typename T2, typename T3>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate4, SBCFunctorConstant4, SBCFunctorDivide4, SBCFunctorMinus4, SBCFunctorPlus4, SBCFunctorPredicate4, SBCFunctorTimes4
Public Functions#
Type | Name |
---|---|
SBCFunctor4 () |
|
SBCFunctor4 (const SBCFunctor4 &) = delete |
|
virtual SBCFunctor4< Output, T0, T1, T2, T3 > * | clone () override const |
virtual Output | operator() (T0 t0, T1 t1, T2 t2, T3 t3) = 0 |
virtual Output | operator() (T0 t0, T1 t1, T2 t2, T3 t3) const = 0 |
SBCFunctor4 & | operator= (const SBCFunctor4 &) = delete |
virtual | ~SBCFunctor4 () |
Public Functions inherited from SBCFunctor#
See SBCFunctor
Type | Name |
---|---|
SBCFunctor () Constructs a functor. |
|
virtual SBCFunctor * | clone () const Clones the functor. |
virtual | ~SBCFunctor () Destructs the functor. |