Class SBCFunctor3#
template <class Output, typename T0, typename T1, typename T2>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate3, SBCFunctorConstant3, SBCFunctorDivide3, SBCFunctorMinus3, SBCFunctorPlus3, SBCFunctorPredicate3, SBCFunctorTimes3
Public Functions#
Type | Name |
---|---|
SBCFunctor3 () |
|
SBCFunctor3 (const SBCFunctor3 &) = delete |
|
virtual SBCFunctor3< Output, T0, T1, T2 > * | clone () override const |
virtual Output | operator() (T0 t0, T1 t1, T2 t2) = 0 |
virtual Output | operator() (T0 t0, T1 t1, T2 t2) const = 0 |
SBCFunctor3 & | operator= (const SBCFunctor3 &) = delete |
virtual | ~SBCFunctor3 () |
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. |