Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor1#

template <class Output, typename T0>

ClassList > SBCFunctor1

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate1, SBCFunctorPredicate1, SBDDataGraphNodeGetter, SBDDataGraphNodeGetter, SBDDataGraphNodeGetter, SBDDataGraphNodeGetter, SBDDataGraphNodeGetter, SBDDataGraphNodeGetter, SBDDataGraphNodeGetter, SBDDataGraphNodeGetter, SBCFunctorConstant1, SBCFunctorDivide1, SBCFunctorMinus1, SBCFunctorPlus1, SBCFunctorPredicate1, SBCFunctorTimes1, SBDDataGraphNodeGetter

Public Functions#

Type Name
SBCFunctor1 ()
SBCFunctor1 (const SBCFunctor1 &) = delete
virtual SBCFunctor1< Output, T0 > * clone () override const
virtual Output operator() (T0 t0) = 0
virtual Output operator() (T0 t0) const = 0
SBCFunctor1 & operator= (const SBCFunctor1 &) = delete
virtual ~SBCFunctor1 ()

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

inline SBCFunctor1::SBCFunctor1 () 

function SBCFunctor1 [2/2]#

SBCFunctor1::SBCFunctor1 (
    const SBCFunctor1 &
) = delete

function clone#

inline virtual SBCFunctor1< Output, T0 > * SBCFunctor1::clone () override const

function operator()#

virtual Output SBCFunctor1::operator() (
    T0 t0
) = 0

function operator()#

virtual Output SBCFunctor1::operator() (
    T0 t0
) const = 0

function operator=#

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

function ~SBCFunctor1#

inline virtual SBCFunctor1::~SBCFunctor1 ()