Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor2#

template <class Output, SB_MAKE_TEMPLATE_PARAMETERS(2)>

ClassList > SBCFunctor2

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate2, SBCFunctorConstant2, SBCFunctorDivide2, SBCFunctorMinus2, SBCFunctorPlus2, SBCFunctorPredicate2, SBCFunctorTimes2

Public Functions#

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

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

inline SBCFunctor2::SBCFunctor2 () 

function SBCFunctor2 [2/2]#

SBCFunctor2::SBCFunctor2 (
    const SBCFunctor2 &
) = delete

function clone#

inline virtual SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> * SBCFunctor2::clone () override const

function operator() [1/2]#

virtual Output SBCFunctor2::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(2)
) = 0

function operator() [2/2]#

virtual Output SBCFunctor2::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(2)
) const = 0

function operator=#

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

function ~SBCFunctor2#

inline virtual SBCFunctor2::~SBCFunctor2 ()