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