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