Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor14#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(14)>

ClassList > SBCFunctor14

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate14, SBCFunctorConstant14, SBCFunctorDivide14, SBCFunctorMinus14, SBCFunctorPlus14, SBCFunctorPredicate14, SBCFunctorTimes14

Public Functions#

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

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

inline SBCFunctor14::SBCFunctor14 () 

function SBCFunctor14 [2/2]#

SBCFunctor14::SBCFunctor14 (
    const SBCFunctor14 &
) = delete

function clone#

inline virtual SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> * SBCFunctor14::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor14::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(14)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor14::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(14)
) const = 0

function operator=#

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

function ~SBCFunctor14#

inline virtual SBCFunctor14::~SBCFunctor14 ()