Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor3#

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

ClassList > SBCFunctor3

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate3, SBCFunctorConstant3, SBCFunctorDivide3, SBCFunctorMinus3, SBCFunctorPlus3, SBCFunctorPredicate3, SBCFunctorTimes3

Public Functions#

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

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

inline SBCFunctor3::SBCFunctor3 () 

function SBCFunctor3 [2/2]#

SBCFunctor3::SBCFunctor3 (
    const SBCFunctor3 &
) = delete

function clone#

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

function operator()#

virtual Output SBCFunctor3::operator() (
    T0 t0,
    T1 t1,
    T2 t2
) = 0

function operator()#

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

function operator=#

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

function ~SBCFunctor3#

inline virtual SBCFunctor3::~SBCFunctor3 ()