Class SBCFunctor16#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(16)>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate16, SBCFunctorConstant16, SBCFunctorDivide16, SBCFunctorMinus16, SBCFunctorPlus16, SBCFunctorPredicate16, SBCFunctorTimes16
Public Functions#
| Type | Name |
|---|---|
| SBCFunctor16 () |
|
| SBCFunctor16 (const SBCFunctor16 &) = delete |
|
| virtual SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> * | clone () override const |
| virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(16)) = 0 |
| virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(16)) const = 0 |
| SBCFunctor16 & | operator= (const SBCFunctor16 &) = delete |
| virtual | ~SBCFunctor16 () |
Public Functions inherited from SBCFunctor#
See SBCFunctor
| Type | Name |
|---|---|
| SBCFunctor () Constructs a functor. |
|
| virtual SBCFunctor * | clone () const Clones the functor. |
| virtual | ~SBCFunctor () Destructs the functor. |
Public Functions Documentation#
function SBCFunctor16 [1/2]#
function SBCFunctor16 [2/2]#
function clone#
inline virtual SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> * SBCFunctor16::clone () override const