Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor15#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(15)>

ClassList > SBCFunctor15

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate15, SBCFunctorConstant15, SBCFunctorDivide15, SBCFunctorMinus15, SBCFunctorPlus15, SBCFunctorPredicate15, SBCFunctorTimes15

Public Functions#

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

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

inline SBCFunctor15::SBCFunctor15 () 

function SBCFunctor15 [2/2]#

SBCFunctor15::SBCFunctor15 (
    const SBCFunctor15 &
) = delete

function clone#

inline virtual SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> * SBCFunctor15::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor15::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(15)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor15::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(15)
) const = 0

function operator=#

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

function ~SBCFunctor15#

inline virtual SBCFunctor15::~SBCFunctor15 ()