Class SBCFunctorPredicateNot0#
ClassList > SBCFunctorPredicateNot0
This class describes a predicate that is the opposite of a predicate.
#include "SBCFunctorPredicateNot.hpp"
Inherits the following classes: SBCFunctorPredicate0
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateNot0 (const SBCFunctorPredicate0 * predicate) Builds the functor predicate. The input functors are cloned internally. |
|
virtual SBCFunctorPredicateNot0 * | 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 | ~SBCFunctorPredicateNot0 () Destructor. |
Public Functions Documentation#
function SBCFunctorPredicateNot0#
Builds the functor predicate. The input functors are cloned internally.
function clone#
Clones the functor.
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 ~SBCFunctorPredicateNot0#
Destructor.