Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor11#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(11)>

ClassList > SBCFunctor11

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate11, SBCFunctorConstant11, SBCFunctorDivide11, SBCFunctorMinus11, SBCFunctorPlus11, SBCFunctorPredicate11, SBCFunctorTimes11

Public Functions#

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

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

inline SBCFunctor11::SBCFunctor11 () 

function SBCFunctor11 [2/2]#

SBCFunctor11::SBCFunctor11 (
    const SBCFunctor11 &
) = delete

function clone#

inline virtual SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> * SBCFunctor11::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor11::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(11)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor11::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(11)
) const = 0

function operator=#

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

function ~SBCFunctor11#

inline virtual SBCFunctor11::~SBCFunctor11 ()