File SBCFunctorPredicateAnd.hpp#
FileList > Core > Functor > SBCFunctorPredicateAnd.hpp
#include "SBCFunctorPredicate.hpp"
Classes#
| Type | Name |
|---|---|
| class | SBCFunctorPredicateAnd0 This class describes a predicate that is true when two predicates aretrue __ |
Public Functions#
| Type | Name |
|---|---|
| SBCFunctorPredicateAnd0 SB_SBCFUNCTOR_EXPORT | operator& (const SBCFunctorPredicate0 & firstPredicate, const SBCFunctorPredicate0 & secondPredicate) This function produces a predicate that is true if and only iffirstPredicate andsecondPredicate aretrue __ |
Macros#
| Type | Name |
|---|---|
| define | SBAnd0 The short name of SBCFunctorPredicateAnd0 . |
| define | SBAnd1 The short name of SBCFunctorPredicateAnd1. |
| define | SBAnd10 The short name of SBCFunctorPredicateAnd10. |
| define | SBAnd11 The short name of SBCFunctorPredicateAnd11. |
| define | SBAnd12 The short name of SBCFunctorPredicateAnd12. |
| define | SBAnd13 The short name of SBCFunctorPredicateAnd13. |
| define | SBAnd14 The short name of SBCFunctorPredicateAnd14. |
| define | SBAnd15 The short name of SBCFunctorPredicateAnd15. |
| define | SBAnd16 The short name of SBCFunctorPredicateAnd16. |
| define | SBAnd2 The short name of SBCFunctorPredicateAnd2. |
| define | SBAnd3 The short name of SBCFunctorPredicateAnd3. |
| define | SBAnd4 The short name of SBCFunctorPredicateAnd4. |
| define | SBAnd5 The short name of SBCFunctorPredicateAnd5. |
| define | SBAnd6 The short name of SBCFunctorPredicateAnd6. |
| define | SBAnd7 The short name of SBCFunctorPredicateAnd7. |
| define | SBAnd8 The short name of SBCFunctorPredicateAnd8. |
| define | SBAnd9 The short name of SBCFunctorPredicateAnd9. |
| define | SB_MAKE_PREDICATE_AND_TEMPLATE (N) |
Public Functions Documentation#
function operator&#
This function produces a predicate that is true if and only iffirstPredicate andsecondPredicate aretrue __
SBCFunctorPredicateAnd0 SB_SBCFUNCTOR_EXPORT operator& (
const SBCFunctorPredicate0 & firstPredicate,
const SBCFunctorPredicate0 & secondPredicate
)
This function produces a predicate that is true if and only if firstPredicate and secondPredicate are true
The returned predicate owns clones of the given predicates.
Parameters:
firstPredicateReference to the first predicate to combine.secondPredicateReference to the second predicate to combine.
Returns:
A new SBCFunctorPredicateAnd0 representing the logical AND of the two predicates.
Macro Definition Documentation#
define SBAnd0#
The short name of SBCFunctorPredicateAnd0 .
define SBAnd1#
The short name of SBCFunctorPredicateAnd1.
define SBAnd10#
The short name of SBCFunctorPredicateAnd10.
define SBAnd11#
The short name of SBCFunctorPredicateAnd11.
define SBAnd12#
The short name of SBCFunctorPredicateAnd12.
define SBAnd13#
The short name of SBCFunctorPredicateAnd13.
define SBAnd14#
The short name of SBCFunctorPredicateAnd14.
define SBAnd15#
The short name of SBCFunctorPredicateAnd15.
define SBAnd16#
The short name of SBCFunctorPredicateAnd16.
define SBAnd2#
The short name of SBCFunctorPredicateAnd2.
define SBAnd3#
The short name of SBCFunctorPredicateAnd3.
define SBAnd4#
The short name of SBCFunctorPredicateAnd4.
define SBAnd5#
The short name of SBCFunctorPredicateAnd5.
define SBAnd6#
The short name of SBCFunctorPredicateAnd6.
define SBAnd7#
The short name of SBCFunctorPredicateAnd7.
define SBAnd8#
The short name of SBCFunctorPredicateAnd8.
define SBAnd9#
The short name of SBCFunctorPredicateAnd9.