Class SBCFunctor4#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(4)>
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, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> * | clone () override const |
| virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(4)) = 0 |
| virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(4)) 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. |
Public Functions Documentation#
function SBCFunctor4 [1/2]#
function SBCFunctor4 [2/2]#
function clone#
inline virtual SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> * SBCFunctor4::clone () override const