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