Class SBCFunctor13#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(13)>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate13, SBCFunctorConstant13, SBCFunctorDivide13, SBCFunctorMinus13, SBCFunctorPlus13, SBCFunctorPredicate13, SBCFunctorTimes13
Public Functions#
Type | Name |
---|---|
SBCFunctor13 () |
|
SBCFunctor13 (const SBCFunctor13 &) = delete |
|
virtual SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> * | clone () override const |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(13)) = 0 |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(13)) const = 0 |
SBCFunctor13 & | operator= (const SBCFunctor13 &) = delete |
virtual | ~SBCFunctor13 () |
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 SBCFunctor13 [1/2]#
function SBCFunctor13 [2/2]#
function clone#
inline virtual SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> * SBCFunctor13::clone () override const