/headers/Foundation/NSCFDictionary.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 "NSMutableDictionary.h"
00008 
00009 @interface NSCFDictionary : NSMutableDictionary
00010 {
00011 }
00012 
00013 - (BOOL)isEqual:(id)fp8;
00014 - (unsigned int)hash;
00015 - (id)retain;
00016 - (oneway void)release;
00017 - (unsigned int)retainCount;
00018 - (void)finalize;
00019 - (Class)classForCoder;
00020 - (id)copyWithZone:(struct _NSZone *)fp8;
00021 - (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00022 - (unsigned int)count;
00023 - (id)objectForKey:(id)fp8;
00024 - (unsigned int)countByEnumeratingWithState:(CDAnonymousStruct8 *)fp8 objects:(id *)fp12 count:(unsigned int)fp16;
00025 - (id)keyEnumerator;
00026 - (void)setObject:(id)fp8 forKey:(id)fp12;
00027 - (void)removeObjectForKey:(id)fp8;
00028 - (void)getObjects:(id *)fp8 andKeys:(id *)fp12;
00029 - (void)removeAllObjects;
00030 
00031 @end
00032