Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPCompoundPredicate.h
Go to the documentation of this file.
1 
2 @interface CPCompoundPredicate : CPPredicate
3 {
4  CPCompoundPredicateType _type;
5  CPArray _predicates;
6 }
7 @end