Class SBCFunctorPredicateGreaterThanOrEqualTo0#
template <typename Output>
ClassList > SBCFunctorPredicateGreaterThanOrEqualTo0
This class describes a predicate that is true
when a first functor returns a value greater than or equal to another one.
#include "SBCFunctorPredicateGreaterThanOrEqualTo.hpp"
Inherits the following classes: SBCFunctorPredicate0
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateGreaterThanOrEqualTo0 (const SBCFunctor0< Output > * firstFunctor, const SBCFunctor0< Output > * secondFunctor) Builds the functor predicate. The input functors are cloned internally. |
|
virtual SBCFunctorPredicateGreaterThanOrEqualTo0 * | clone () override const Clones the functor. |
virtual bool | operator() () override Performs the predicate's operations and returns the result. |
virtual bool | operator() () override const Performs the predicate's operations and returns the result. |
virtual | ~SBCFunctorPredicateGreaterThanOrEqualTo0 () Destructor. |
Public Functions Documentation#
function SBCFunctorPredicateGreaterThanOrEqualTo0#
Builds the functor predicate. The input functors are cloned internally.
inline SBCFunctorPredicateGreaterThanOrEqualTo0::SBCFunctorPredicateGreaterThanOrEqualTo0 (
const SBCFunctor0< Output > * firstFunctor,
const SBCFunctor0< Output > * secondFunctor
)
function clone#
Clones the functor.
inline virtual SBCFunctorPredicateGreaterThanOrEqualTo0 * SBCFunctorPredicateGreaterThanOrEqualTo0::clone () override const
Implements SBCFunctor::clone
function operator()#
Performs the predicate's operations and returns the result.
function operator()#
Performs the predicate's operations and returns the result.
function ~SBCFunctorPredicateGreaterThanOrEqualTo0#
Destructor.
inline virtual SBCFunctorPredicateGreaterThanOrEqualTo0::~SBCFunctorPredicateGreaterThanOrEqualTo0 ()