Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor16#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(16)>

ClassList > SBCFunctor16

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate16, SBCFunctorConstant16, SBCFunctorDivide16, SBCFunctorMinus16, SBCFunctorPlus16, SBCFunctorPredicate16, SBCFunctorTimes16

Public Functions#

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

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

inline SBCFunctor16::SBCFunctor16 () 

function SBCFunctor16 [2/2]#

SBCFunctor16::SBCFunctor16 (
    const SBCFunctor16 &
) = delete

function clone#

inline virtual SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> * SBCFunctor16::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor16::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(16)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor16::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(16)
) const = 0

function operator=#

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

function ~SBCFunctor16#

inline virtual SBCFunctor16::~SBCFunctor16 ()