Class SBCFunctorPredicateGreaterThan0#
template <typename Output>
ClassList > SBCFunctorPredicateGreaterThan0
This class describes a predicate that is true when a first functor returns a value greater than another one.
#include <SBCFunctorPredicateGreaterThan.hpp>
Inherits the following classes: SBCFunctorPredicate0
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateGreaterThan0 (const SBCFunctor0< Output > * firstFunctor, const SBCFunctor0< Output > * secondFunctor) |
|
virtual SBCFunctorPredicateGreaterThan0 * | clone () override const |
virtual bool | operator() () override |
virtual bool | operator() () override const |
virtual | ~SBCFunctorPredicateGreaterThan0 () |
Public Functions Documentation#
function SBCFunctorPredicateGreaterThan0#
inline SBCFunctorPredicateGreaterThan0::SBCFunctorPredicateGreaterThan0 (
const SBCFunctor0< Output > * firstFunctor,
const SBCFunctor0< Output > * secondFunctor
)
function clone#
inline virtual SBCFunctorPredicateGreaterThan0 * SBCFunctorPredicateGreaterThan0::clone () override const
Implements SBCFunctor::clone