Class SBCFunctor2#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(2)>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate2, SBCFunctorConstant2, SBCFunctorDivide2, SBCFunctorMinus2, SBCFunctorPlus2, SBCFunctorPredicate2, SBCFunctorTimes2
Public Functions#
| Type | Name |
|---|---|
| SBCFunctor2 () |
|
| SBCFunctor2 (const SBCFunctor2 &) = delete |
|
| virtual SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> * | clone () override const |
| virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(2)) = 0 |
| virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(2)) const = 0 |
| SBCFunctor2 & | operator= (const SBCFunctor2 &) = delete |
| virtual | ~SBCFunctor2 () |
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 SBCFunctor2 [1/2]#
function SBCFunctor2 [2/2]#
function clone#
inline virtual SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> * SBCFunctor2::clone () override const