Class SBCFunctor8#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(8)>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate8, SBCFunctorConstant8, SBCFunctorDivide8, SBCFunctorMinus8, SBCFunctorPlus8, SBCFunctorPredicate8, SBCFunctorTimes8
Public Functions#
Type | Name |
---|---|
SBCFunctor8 () |
|
SBCFunctor8 (const SBCFunctor8 &) = delete |
|
virtual SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> * | clone () override const |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(8)) = 0 |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(8)) const = 0 |
SBCFunctor8 & | operator= (const SBCFunctor8 &) = delete |
virtual | ~SBCFunctor8 () |
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 SBCFunctor8 [1/2]#
function SBCFunctor8 [2/2]#
function clone#
inline virtual SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> * SBCFunctor8::clone () override const