Class SBCFunctor1#
template <class Output, typename T0>
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. |