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