Definition at line 59 of file Entity.m.
◆ checkLinkedLists
| - (BOOL) checkLinkedLists |
|
|
|
Extends class Entity.
Definition at line 55 of file Entity.m.
335{
336
338 {
339 int n;
341
343
346 while ((n--)&&(check))
347 {
348 last = check;
350 }
351 if ((check)||(n > 0))
352 {
354 return NO;
355 }
356
358 check = last;
359 while ((n--)&&(check)) check = check->
x_previous;
360 if ((check)||(n > 0))
361 {
363 return NO;
364 }
365
368 while ((n--)&&(check))
369 {
370 last = check;
372 }
373 if ((check)||(n > 0))
374 {
376 return NO;
377 }
378
380 check = last;
381 while ((n--)&&(check)) check = check->
y_previous;
382 if ((check)||(n > 0))
383 {
385 return NO;
386 }
387
390 while ((n--)&&(check))
391 {
392 last = check;
394 }
395 if ((check)||(n > 0))
396 {
398 return NO;
399 }
400
402 check = last;
403 while ((n--)&&(check)) check = check->
z_previous;
404 if ((check)||(n > 0))
405 {
407 return NO;
408 }
409 }
410 return YES;
411}
static NSString *const kOOLogEntityVerificationError
#define OOLog(class, format,...)
The documentation for this category was generated from the following file: