Class SBCFunctor10#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(10)>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate10, SBCFunctorConstant10, SBCFunctorDivide10, SBCFunctorMinus10, SBCFunctorPlus10, SBCFunctorPredicate10, SBCFunctorTimes10
Public Functions#
| Type | Name |
|---|---|
| SBCFunctor10 () |
|
| SBCFunctor10 (const SBCFunctor10 &) = delete |
|
| virtual SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> * | clone () override const |
| virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(10)) = 0 |
| virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(10)) const = 0 |
| SBCFunctor10 & | operator= (const SBCFunctor10 &) = delete |
| virtual | ~SBCFunctor10 () |
Public Functions inherited from SBCFunctor#
See SBCFunctor
| Type | Name |
|---|---|
| SBCFunctor () Constructs a functor. |
|
| virtual SBCFunctor * | clone () const |
| virtual | ~SBCFunctor () Destructs the functor. |
Public Functions Documentation#
function SBCFunctor10 [1/2]#
function SBCFunctor10 [2/2]#
function clone#
inline virtual SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> * SBCFunctor10::clone () override const