Up

EOExpressionArray

Authors

Ovidiu Predescu (ovidiu@bx.logicnet.ro)
Mirko Viviani (mirko.viviani@gmail.com)

Version: 25994

Date: 2008-01-22 14:57:07 +0100 (Die, 22 Jän 2008)

Copyright: (C) 1996-2002,2003,2004,2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the EOExpressionArray(PrivateExceptions) category
  2. EOExpressionArray variables

Software documentation for the EOExpressionArray(PrivateExceptions) category

EOExpressionArray(PrivateExceptions)

Declared in:
EOAccess/EOExpressionArray.m
Warning this category is private, which means that the methods are for internal use by the package. You should not use them in external code.
Method summary

_raiseRangeExceptionWithIndex: from: 

- (void) _raiseRangeExceptionWithIndex: (unsigned)index from: (SEL)selector;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

EOExpressionArray variables

eqSel

SEL eqSel;
Description forthcoming.


Up