Class SBCFunctorPredicateXOr0#
ClassList > SBCFunctorPredicateXOr0
This class describes a predicate that is true if exactly one of the two predicates is true.
#include <SBCFunctorPredicateXOr.hpp>
Inherits the following classes: SBCFunctorPredicate0
Public Functions#
| Type | Name |
|---|---|
| SBCFunctorPredicateXOr0 (const SBCFunctorPredicate0 * firstPredicate, const SBCFunctorPredicate0 * secondPredicate) |
|
| virtual SBCFunctorPredicateXOr0 * | clone () override const |
| virtual bool | operator() () override |
| virtual bool | operator() () override const |
| virtual | ~SBCFunctorPredicateXOr0 () |
Public Functions Documentation#
function SBCFunctorPredicateXOr0#
SBCFunctorPredicateXOr0::SBCFunctorPredicateXOr0 (
const SBCFunctorPredicate0 * firstPredicate,
const SBCFunctorPredicate0 * secondPredicate
)
function clone#
Implements SBCFunctor::clone