Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor4#

template <class Output, typename T0, typename T1, typename T2, typename T3>

ClassList > SBCFunctor4

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate4, SBCFunctorConstant4, SBCFunctorDivide4, SBCFunctorMinus4, SBCFunctorPlus4, SBCFunctorPredicate4, SBCFunctorTimes4

Public Functions#

Type Name
SBCFunctor4 ()
SBCFunctor4 (const SBCFunctor4 &) = delete
virtual SBCFunctor4< Output, T0, T1, T2, T3 > * clone () override const
virtual Output operator() (T0 t0, T1 t1, T2 t2, T3 t3) = 0
virtual Output operator() (T0 t0, T1 t1, T2 t2, T3 t3) const = 0
SBCFunctor4 & operator= (const SBCFunctor4 &) = delete
virtual ~SBCFunctor4 ()

Public Functions inherited from SBCFunctor#

See SBCFunctor

Type Name
SBCFunctor ()
Constructs a functor.
virtual SBCFunctor * clone () const
Clones the functor.
virtual ~SBCFunctor ()
Destructs the functor.

Public Functions Documentation#

function SBCFunctor4 [1/2]#

inline SBCFunctor4::SBCFunctor4 () 

function SBCFunctor4 [2/2]#

SBCFunctor4::SBCFunctor4 (
    const SBCFunctor4 &
) = delete

function clone#

inline virtual SBCFunctor4< Output, T0, T1, T2, T3 > * SBCFunctor4::clone () override const

function operator()#

virtual Output SBCFunctor4::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3
) = 0

function operator()#

virtual Output SBCFunctor4::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3
) const = 0

function operator=#

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

function ~SBCFunctor4#

inline virtual SBCFunctor4::~SBCFunctor4 ()