Class SBCFunctor0#
template <class Output>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorConstant0, SBCFunctorDivide0, SBCFunctorMinus0, SBCFunctorPlus0, SBCFunctorPredicate0, SBCFunctorTimes0
Public Functions#
Type | Name |
---|---|
SBCFunctor0 () |
|
SBCFunctor0 (const SBCFunctor0 &) = delete |
|
virtual SBCFunctor0< Output > * | clone () override const |
virtual Output | operator() () = 0 |
virtual Output | operator() () const = 0 |
SBCFunctor0 & | operator= (const SBCFunctor0 &) = delete |
virtual | ~SBCFunctor0 () |
Public Functions inherited from SBCFunctor#
See SBCFunctor
Type | Name |
---|---|
SBCFunctor () Constructs a functor. |
|
virtual SBCFunctor * | clone () const |
virtual | ~SBCFunctor () Destructs the functor. |