/headers/Foundation/NSSet-NSSet.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 "NSSet.h"
00008 
00009 @interface NSSet (NSSet)
00010 + (id)allocWithZone:(struct _NSZone *)fp8;
00011 + (id)set;
00012 + (id)setWithObject:(id)fp8;
00013 + (id)setWithObjects:(id *)fp8 count:(unsigned int)fp12;
00014 + (id)setWithObjects:(id)fp8;
00015 + (id)setWithArray:(id)fp8;
00016 + (id)setWithSet:(id)fp8;
00017 - (unsigned int)count;
00018 - (id)member:(id)fp8;
00019 - (id)objectEnumerator;
00020 - (unsigned long)_cfTypeID;
00021 - (id)description;
00022 - (unsigned int)hash;
00023 - (BOOL)isEqual:(id)fp8;
00024 - (id)copyWithZone:(struct _NSZone *)fp8;
00025 - (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00026 - (void)encodeWithCoder:(id)fp8;
00027 - (id)initWithCoder:(id)fp8;
00028 - (Class)classForCoder;
00029 - (id)allObjects;
00030 - (void)getObjects:(id *)fp8;
00031 - (unsigned int)countByEnumeratingWithState:(CDAnonymousStruct8 *)fp8 objects:(id *)fp12 count:(unsigned int)fp16;
00032 - (void)_applyValues:(void *)fp8 context:(void *)fp12;
00033 - (id)anyObject;
00034 - (BOOL)containsObject:(id)fp8;
00035 - (unsigned int)countForObject:(id)fp8;
00036 - (BOOL)_getValue:(id *)fp8 forObj:(id)fp12;
00037 - (id)descriptionWithLocale:(id)fp8;
00038 - (BOOL)intersectsSet:(id)fp8;
00039 - (BOOL)isEqualToSet:(id)fp8;
00040 - (BOOL)isSubsetOfSet:(id)fp8;
00041 - (void)makeObjectsPerform:(SEL)fp8;
00042 - (void)makeObjectsPerform:(SEL)fp8 withObject:(id)fp12;
00043 - (void)makeObjectsPerformSelector:(SEL)fp8;
00044 - (void)makeObjectsPerformSelector:(SEL)fp8 withObject:(id)fp12;
00045 - (id)members:(id)fp8 notFoundMarker:(id)fp12;
00046 - (id)initWithObjects:(id *)fp8 count:(unsigned int)fp12;
00047 - (id)initWithObjects_ex:(id *)fp8 count:(unsigned int)fp12;
00048 - (id)initWithObjects:(id)fp8;
00049 - (id)initWithArray:(id)fp8;
00050 - (id)initWithSet:(id)fp8;
00051 - (id)initWithSet:(id)fp8 copyItems:(BOOL)fp12;
00052 @end
00053