Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
NSObject(OOCompareByPointerValue) Category Reference

Instance Methods

(NSComparisonResult) - ooCompareByPointerValue:
 

Detailed Description

Definition at line 35 of file OOShipGroupDebugInspectorModule.m.

Method Documentation

◆ ooCompareByPointerValue:

- (NSComparisonResult) ooCompareByPointerValue: (id) other

Definition at line 1 of file OOShipGroupDebugInspectorModule.m.

141 :(id)other
142{
143 if ((uintptr_t)self < (uintptr_t)other) return NSOrderedAscending;
144 if ((uintptr_t)self > (uintptr_t)other) return NSOrderedDescending;
145 return NSOrderedSame;
146}

The documentation for this category was generated from the following file: