API 0.9.5
Foundation/CPPredicate/CPComparisonPredicate.h
Go to the documentation of this file.
00001 
00002 @interface CPComparisonPredicate : CPPredicate
00003 {
00004     CPExpression                     _left;
00005     CPExpression                     _right;
00006 
00007     CPComparisonPredicateModifier    _modifier;
00008     CPPredicateOperatorType          _type;
00009     unsigned int                     _options;
00010     SEL                              _customSelector;
00011 }
00012 @end
 All Classes Files Functions Variables Defines