API 0.9.5
Foundation/CPPredicate/CPExpression_function.h
Go to the documentation of this file.
00001 
00002 @interface CPExpression_function : CPExpression
00003 {
00004     CPExpression    _operand;
00005     SEL             _selector;
00006     CPArray         _arguments;
00007     int             _argc;
00008     int             _maxargs;
00009 }
00010 @end
 All Classes Files Functions Variables Defines