/headers/Foundation/_NSMapTable.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <Foundation/NSMapTable.h>
00008 
00009 @class _NSHashFunctions;
00010 
00011 @interface _NSMapTable : NSMapTable
00012 {
00013     _NSHashFunctions *keys;
00014     _NSHashFunctions *values;
00015     unsigned int count;
00016     unsigned int capacity;
00017     unsigned int keyOptions;
00018     unsigned int valueOptions;
00019 }
00020 
00021 - (id)init;
00022 - (id)initWithKeyFunctions:(id)fp8 valueFunctions:(id)fp12;
00023 - (id)initWithKeyOptions:(unsigned int)fp8 valueOptions:(unsigned int)fp12 capacity:(unsigned int)fp16;
00024 - (id)initWithCoder:(id)fp8;
00025 - (void)encodeWithCoder:(id)fp8;
00026 - (unsigned int)probe:(const void *)fp8;
00027 - (_Bool)containsKeys:(const void **)fp8 values:(const void **)fp12 count:(unsigned int)fp16;
00028 - (unsigned int)weakCount;
00029 - (id)dump;
00030 - (void)grow;
00031 - (void)assign:(unsigned int)fp8 key:(const void *)fp12 value:(const void *)fp16;
00032 - (unsigned int)count;
00033 - (const void *)itemForKey:(const void *)fp8;
00034 - (void)setItem:(const void *)fp8 forKey:(const void *)fp12;
00035 - (void)setItem:(const void *)fp8 forAbsentKey:(const void *)fp12;
00036 - (void)setItem:(const void *)fp8 forKnownAbsentKey:(const void *)fp12;
00037 - (void)addItem:(const void *)fp8 forKey:(const void *)fp12;
00038 - (const void *)existingItemForSetItem:(const void *)fp8 forAbsentKey:(const void *)fp12;
00039 - (BOOL)mapMember:(const void *)fp8 originalKey:(const void **)fp12 value:(const void **)fp16;
00040 - (void)replaceItem:(const void *)fp8 forExistingKey:(const void *)fp12;
00041 - (unsigned int)rehashAfter:(unsigned int)fp8;
00042 - (void)rehash;
00043 - (void)removeItemForKey:(const void *)fp8;
00044 - (void)removeAllItems;
00045 - (void)dealloc;
00046 - (id)description;
00047 - (id)copy;
00048 - (unsigned int)countByEnumeratingWithState:(CDAnonymousStruct8 *)fp8 objects:(id *)fp12 count:(unsigned int)fp16;
00049 - (id)keyEnumerator;
00050 - (id)objectEnumerator;
00051 - (id)enumerator;
00052 - (unsigned int)getKeys:(const void **)fp8 values:(const void **)fp12;
00053 - (BOOL)isEqual:(id)fp8;
00054 - (id)allKeys;
00055 - (id)allValues;
00056 
00057 @end
00058