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