Class SBCFunctor15#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(15)>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate15, SBCFunctorConstant15, SBCFunctorDivide15, SBCFunctorMinus15, SBCFunctorPlus15, SBCFunctorPredicate15, SBCFunctorTimes15
Public Functions#
Type | Name |
---|---|
SBCFunctor15 () |
|
SBCFunctor15 (const SBCFunctor15 &) = delete |
|
virtual SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> * | clone () override const |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(15)) = 0 |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(15)) const = 0 |
SBCFunctor15 & | operator= (const SBCFunctor15 &) = delete |
virtual | ~SBCFunctor15 () |
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 SBCFunctor15 [1/2]#
function SBCFunctor15 [2/2]#
function clone#
inline virtual SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> * SBCFunctor15::clone () override const