Class SBCFunctor14#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(14)>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate14, SBCFunctorConstant14, SBCFunctorDivide14, SBCFunctorMinus14, SBCFunctorPlus14, SBCFunctorPredicate14, SBCFunctorTimes14
Public Functions#
Type | Name |
---|---|
SBCFunctor14 () |
|
SBCFunctor14 (const SBCFunctor14 &) = delete |
|
virtual SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> * | clone () override const |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(14)) = 0 |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(14)) const = 0 |
SBCFunctor14 & | operator= (const SBCFunctor14 &) = delete |
virtual | ~SBCFunctor14 () |
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 SBCFunctor14 [1/2]#
function SBCFunctor14 [2/2]#
function clone#
inline virtual SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> * SBCFunctor14::clone () override const