API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPComparisonPredicate.h
Go to the documentation of this file.
1 
2 @interface CPComparisonPredicate : CPPredicate
3 {
4  CPExpression _left;
5  CPExpression _right;
6 
9  unsigned int _options;
10  SEL _customSelector;
11 }
12 @end