Class SBCFunctor3#
template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(3)>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate3, SBCFunctorConstant3, SBCFunctorDivide3, SBCFunctorMinus3, SBCFunctorPlus3, SBCFunctorPredicate3, SBCFunctorTimes3
Public Functions#
Type | Name |
---|---|
SBCFunctor3 () |
|
SBCFunctor3 (const SBCFunctor3 &) = delete |
|
virtual SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * | clone () override const |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(3)) = 0 |
virtual Output | operator() (SB_MAKE_FUNCTION_ARGUMENTS(3)) const = 0 |
SBCFunctor3 & | operator= (const SBCFunctor3 &) = delete |
virtual | ~SBCFunctor3 () |
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 SBCFunctor3 [1/2]#
function SBCFunctor3 [2/2]#
function clone#
inline virtual SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * SBCFunctor3::clone () override const