/headers/Foundation/_NSHashTable.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/NSHashTable.h>
00008 
00009 @class _NSHashFunctions;
00010 
00011 @interface _NSHashTable : NSHashTable
00012 {
00013     _NSHashFunctions *keys;
00014     unsigned int count;
00015     unsigned int capacity;
00016     unsigned int options;
00017 }
00018 
00019 - (id)initWithFunctions:(id)fp8;
00020 - (id)initWithOptions:(unsigned int)fp8 capacity:(unsigned int)fp12;
00021 - (id)init;
00022 - (id)initWithCoder:(id)fp8;
00023 - (void)encodeWithCoder:(id)fp8;
00024 - (unsigned int)countByEnumeratingWithState:(CDAnonymousStruct8 *)fp8 objects:(id *)fp12 count:(unsigned int)fp16;
00025 - (unsigned int)probe:(const void *)fp8;
00026 - (void)grow;
00027 - (void)assign:(unsigned int)fp8 key:(const void *)fp12;
00028 - (unsigned int)rehashAfter:(unsigned int)fp8;
00029 - (void)rehash;
00030 - (unsigned int)count;
00031 - (const void *)getItem:(const void *)fp8;
00032 - (void)addItem:(const void *)fp8;
00033 - (void)insertAbsentItem:(const void *)fp8;
00034 - (void)insertKnownAbsentItem:(const void *)fp8;
00035 - (void)removeItem:(const void *)fp8;
00036 - (id)copy;
00037 - (void)removeAllItems;
00038 - (id)allObjects;
00039 - (unsigned int)getKeys:(void **)fp8;
00040 - (void)dealloc;
00041 - (id)description;
00042 - (id)enumerator;
00043 - (id)objectEnumerator;
00044 
00045 @end
00046