Class SBCFunctorPredicateAndAnd0#
ClassList > SBCFunctorPredicateAndAnd0
This class describes a predicate that is true when two predicates are true. More...
#include <SBCFunctorPredicateAndAnd.hpp>
Inherits the following classes: SBCFunctorPredicate0
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateAndAnd0 (const SBCFunctorPredicate0 * firstPredicate, const SBCFunctorPredicate0 * secondPredicate) |
|
virtual SBCFunctorPredicateAndAnd0 * | clone () override const |
virtual bool | operator() () override |
virtual bool | operator() () override const |
virtual | ~SBCFunctorPredicateAndAnd0 () |
Detailed Description#
Unlike SBCFunctorPredicateAnd0, this logical predicate does not evaluate the second predicate if the first predicate is false.
Public Functions Documentation#
function SBCFunctorPredicateAndAnd0#
SBCFunctorPredicateAndAnd0::SBCFunctorPredicateAndAnd0 (
const SBCFunctorPredicate0 * firstPredicate,
const SBCFunctorPredicate0 * secondPredicate
)
function clone#
Implements SBCFunctor::clone