#import <NSHashFunctions.h>
Abgeleitet von NSObject.
Basisklasse für _NSHashFunctions.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - useIntegerPersonality |
| (void) | - usePointerPersonality |
| (void) | - useCStringPersonality |
| (void) | - useObjectPersonality |
| (void) | - useObjectPointerPersonality |
| (void) | - setSizeFunction: |
| (void) | - setHashFunction: |
| (void) | - setIsEqualFunction: |
| (void) | - setDescriptionFunction: |
| (void) | - useMallocMemory |
| (void) | - useMachMemory |
| (void) | - useStrongMemory |
| (void) | - useWeakMemory |
| (void) | - useCopyInOption |
| (void) | - setAcquireFunction: |
| (void) | - setRelinquishFunction: |
| (void) | - setCopyFunction: |
| (void) | - useUnscannedBackingStore |
| (void) | - useScannedBackingStore |
| (void) | - useWeakBackingStore |
Öffentliche, statische Methoden | |
| (id) | + alloc |
| (id) | + allocWithZone: |
| (id) | + hashFunctions |
| (id) | + strongPointers |
| (id) | + weakPointers |
| (id) | + strongObjects |
| (id) | + weakObjects |
Definiert in Zeile 9 der Datei NSHashFunctions.h.
| + (id) alloc |
| + (id) allocWithZone: | (struct _NSZone *) | fp8 |
| + (id) hashFunctions |
| + (id) strongPointers |
| + (id) weakPointers |
| + (id) strongObjects |
| + (id) weakObjects |
| - (id) init |
Implementiert in _NSHashFunctions.
| - (void) useIntegerPersonality |
Implementiert in _NSHashFunctions.
| - (void) usePointerPersonality |
Implementiert in _NSHashFunctions.
| - (void) useCStringPersonality |
Implementiert in _NSHashFunctions.
| - (void) useObjectPersonality |
Implementiert in _NSHashFunctions.
| - (void) useObjectPointerPersonality |
Implementiert in _NSHashFunctions.
| - (void) setSizeFunction: | (void *) | fp8 |
Implementiert in _NSHashFunctions.
| - (void) setHashFunction: | (void *) | fp8 |
Implementiert in _NSHashFunctions.
| - (void) setIsEqualFunction: | (void *) | fp8 |
Implementiert in _NSHashFunctions.
| - (void) setDescriptionFunction: | (void *) | fp8 |
Implementiert in _NSHashFunctions.
| - (void) useMallocMemory |
Implementiert in _NSHashFunctions.
| - (void) useMachMemory |
Implementiert in _NSHashFunctions.
| - (void) useStrongMemory |
Implementiert in _NSHashFunctions.
| - (void) useWeakMemory |
Implementiert in _NSHashFunctions.
| - (void) useCopyInOption |
Implementiert in _NSHashFunctions.
| - (void) setAcquireFunction: | (void *) | fp8 |
Implementiert in _NSHashFunctions.
| - (void) setRelinquishFunction: | (void *) | fp8 |
Implementiert in _NSHashFunctions.
| - (void) setCopyFunction: | (void *) | fp8 |
| - (void) useUnscannedBackingStore |
Implementiert in _NSHashFunctions.
| - (void) useScannedBackingStore |
Implementiert in _NSHashFunctions.
| - (void) useWeakBackingStore |
Implementiert in _NSHashFunctions.