Class SBCFunctorPredicate0#
ClassList > SBCFunctorPredicate0
Inherits the following classes: SBCFunctor0< bool >
Inherited by the following classes: SBCFunctorPredicateAnd0, SBCFunctorPredicateAndAnd0, SBCFunctorPredicateEqualTo0, SBCFunctorPredicateGreaterThan0, SBCFunctorPredicateGreaterThanOrEqualTo0, SBCFunctorPredicateLessThan0, SBCFunctorPredicateLessThanOrEqualTo0, SBCFunctorPredicateNot0, SBCFunctorPredicateNotEqualTo0, SBCFunctorPredicateOr0, SBCFunctorPredicateOrOr0, SBCFunctorPredicateXOr0
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicate0 () Builds the functor predicate. |
|
virtual SBCFunctorPredicate0 * | 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 | ~SBCFunctorPredicate0 () Destructor. |
Public Functions Documentation#
function SBCFunctorPredicate0#
Builds the functor predicate.
function clone#
Clones the functor.
function operator()#
Performs the predicate's operations and returns the result.
function operator()#
Performs the predicate's operations and returns the result.
function ~SBCFunctorPredicate0#
Destructor.