Definition at line 59 of file Entity.m.
◆ checkLinkedLists
- (BOOL) checkLinkedLists |
|
|
|
Extends class Entity.
Definition at line 55 of file Entity.m.
334{
335
337 {
338 int n;
340
342
345 while ((n--)&&(check))
346 {
347 last = check;
349 }
350 if ((check)||(n > 0))
351 {
353 return NO;
354 }
355
357 check = last;
358 while ((n--)&&(check)) check = check->
x_previous;
359 if ((check)||(n > 0))
360 {
362 return NO;
363 }
364
367 while ((n--)&&(check))
368 {
369 last = check;
371 }
372 if ((check)||(n > 0))
373 {
375 return NO;
376 }
377
379 check = last;
380 while ((n--)&&(check)) check = check->
y_previous;
381 if ((check)||(n > 0))
382 {
384 return NO;
385 }
386
389 while ((n--)&&(check))
390 {
391 last = check;
393 }
394 if ((check)||(n > 0))
395 {
397 return NO;
398 }
399
401 check = last;
402 while ((n--)&&(check)) check = check->
z_previous;
403 if ((check)||(n > 0))
404 {
406 return NO;
407 }
408 }
409 return YES;
410}
static NSString *const kOOLogEntityVerificationError
#define OOLog(class, format,...)
The documentation for this category was generated from the following file: