Class SBCFunctor11#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(11)>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate11, SBCFunctorConstant11, SBCFunctorDivide11, SBCFunctorMinus11, SBCFunctorPlus11, SBCFunctorPredicate11, SBCFunctorTimes11
Public Functions#
Type | Name |
---|---|
SBCFunctor11 () |
|
SBCFunctor11 (const SBCFunctor11 &) = delete |
|
virtual SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> * | clone () override const |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(11)) = 0 |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(11)) const = 0 |
SBCFunctor11 & | operator= (const SBCFunctor11 &) = delete |
virtual | ~SBCFunctor11 () |
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 SBCFunctor11 [1/2]#
function SBCFunctor11 [2/2]#
function clone#
inline virtual SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> * SBCFunctor11::clone () override const