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