Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor12#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(12)>

ClassList > SBCFunctor12

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate12, SBCFunctorConstant12, SBCFunctorDivide12, SBCFunctorMinus12, SBCFunctorPlus12, SBCFunctorPredicate12, SBCFunctorTimes12

Public Functions#

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

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

inline SBCFunctor12::SBCFunctor12 () 

function SBCFunctor12 [2/2]#

SBCFunctor12::SBCFunctor12 (
    const SBCFunctor12 &
) = delete

function clone#

inline virtual SBCFunctor12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> * SBCFunctor12::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor12::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(12)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor12::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(12)
) const = 0

function operator=#

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

function ~SBCFunctor12#

inline virtual SBCFunctor12::~SBCFunctor12 ()