Class SBCFunctorPredicateXOr1#
template <typename T0>
ClassList > SBCFunctorPredicateXOr1
Inherits the following classes: SBCFunctorPredicate1< T0 >
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateXOr1 (const SBCFunctorPredicate1< T0 > * firstPredicate, const SBCFunctorPredicate1< T0 > * secondPredicate) |
|
virtual SBCFunctorPredicateXOr1< T0 > * | clone () override const |
virtual bool | operator() (T0 t0) override |
virtual bool | operator() (T0 t0) override const |
virtual | ~SBCFunctorPredicateXOr1 () |
Public Functions Documentation#
function SBCFunctorPredicateXOr1#
inline SBCFunctorPredicateXOr1::SBCFunctorPredicateXOr1 (
const SBCFunctorPredicate1< T0 > * firstPredicate,
const SBCFunctorPredicate1< T0 > * secondPredicate
)