API  1.0.0
CPCompoundPredicate.h
Go to the documentation of this file.
1 
2 @interface CPCompoundPredicate : CPPredicate
3 {
4  CPCompoundPredicateType _type;
5  CPArray _predicates;
6 }
7 @end
CPCompoundPredicate is a subclass of CPPredicate used to represent logical “gate” operations (AND/O...