Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor10#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(10)>

ClassList > SBCFunctor10

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate10, SBCFunctorConstant10, SBCFunctorDivide10, SBCFunctorMinus10, SBCFunctorPlus10, SBCFunctorPredicate10, SBCFunctorTimes10

Public Functions#

Type Name
SBCFunctor10 ()
SBCFunctor10 (const SBCFunctor10 &) = delete
virtual SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> * clone () override const
virtual Output operator() (SB_MAKE_FUNCTION_ARGUMENTS(10)) = 0
virtual Output operator() (SB_MAKE_FUNCTION_ARGUMENTS(10)) const = 0
SBCFunctor10 & operator= (const SBCFunctor10 &) = delete
virtual ~SBCFunctor10 ()

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 SBCFunctor10 [1/2]#

inline SBCFunctor10::SBCFunctor10 () 

function SBCFunctor10 [2/2]#

SBCFunctor10::SBCFunctor10 (
    const SBCFunctor10 &
) = delete

function clone#

inline virtual SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> * SBCFunctor10::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor10::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(10)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor10::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(10)
) const = 0

function operator=#

SBCFunctor10 & SBCFunctor10::operator= (
    const SBCFunctor10 &
) = delete

function ~SBCFunctor10#

inline virtual SBCFunctor10::~SBCFunctor10 ()