NSSet(NSSet) Klassenreferenz

#import <NSSet-NSSet.h>

Aufstellung aller Elemente


Öffentliche Methoden

(unsigned int) - count
(id) - member:
(id) - objectEnumerator
(unsigned long) - _cfTypeID
(id) - description
(unsigned int) - hash
(BOOL) - isEqual:
(id) - copyWithZone:
(id) - mutableCopyWithZone:
(void) - encodeWithCoder:
(id) - initWithCoder:
(Class) - classForCoder
(id) - allObjects
(void) - getObjects:
(unsigned int) - countByEnumeratingWithState:objects:count:
(void) - _applyValues:context:
(id) - anyObject
(BOOL) - containsObject:
(unsigned int) - countForObject:
(BOOL) - _getValue:forObj:
(id) - descriptionWithLocale:
(BOOL) - intersectsSet:
(BOOL) - isEqualToSet:
(BOOL) - isSubsetOfSet:
(void) - makeObjectsPerform:
(void) - makeObjectsPerform:withObject:
(void) - makeObjectsPerformSelector:
(void) - makeObjectsPerformSelector:withObject:
(id) - members:notFoundMarker:
(id) - initWithObjects:count:
(id) - initWithObjects_ex:count:
(id) - initWithObjects:
(id) - initWithArray:
(id) - initWithSet:
(id) - initWithSet:copyItems:

Öffentliche, statische Methoden

(id) + allocWithZone:
(id) + set
(id) + setWithObject:
(id) + setWithObjects:count:
(id) + setWithObjects:
(id) + setWithArray:
(id) + setWithSet:

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei NSSet-NSSet.h.


Dokumentation der Elementfunktionen

+ (id) allocWithZone: (struct _NSZone *)  fp8  

+ (id) set  

+ (id) setWithObject: (id)  fp8  

+ (id) setWithObjects: (id *)  fp8
count: (unsigned int)  fp12 

+ (id) setWithObjects: (id)  fp8  

+ (id) setWithArray: (id)  fp8  

+ (id) setWithSet: (id)  fp8  

- (unsigned int) count  

- (id) member: (id)  fp8  

- (id) objectEnumerator  

- (unsigned long) _cfTypeID  

- (id) description  

- (unsigned int) hash  

- (BOOL) isEqual: (id)  fp8  

- (id) copyWithZone: (struct _NSZone *)  fp8  

- (id) mutableCopyWithZone: (struct _NSZone *)  fp8  

- (void) encodeWithCoder: (id)  fp8  

- (id) initWithCoder: (id)  fp8  

- (Class) classForCoder  

- (id) allObjects  

- (void) getObjects: (id *)  fp8  

- (unsigned int) countByEnumeratingWithState: (CDAnonymousStruct8 *)  fp8
objects: (id *)  fp12
count: (unsigned int)  fp16 

- (void) _applyValues: (void *)  fp8
context: (void *)  fp12 

- (id) anyObject  

- (BOOL) containsObject: (id)  fp8  

- (unsigned int) countForObject: (id)  fp8  

- (BOOL) _getValue: (id *)  fp8
forObj: (id)  fp12 

- (id) descriptionWithLocale: (id)  fp8  

- (BOOL) intersectsSet: (id)  fp8  

- (BOOL) isEqualToSet: (id)  fp8  

- (BOOL) isSubsetOfSet: (id)  fp8  

- (void) makeObjectsPerform: (SEL)  fp8  

- (void) makeObjectsPerform: (SEL)  fp8
withObject: (id)  fp12 

- (void) makeObjectsPerformSelector: (SEL)  fp8  

- (void) makeObjectsPerformSelector: (SEL)  fp8
withObject: (id)  fp12 

- (id) members: (id)  fp8
notFoundMarker: (id)  fp12 

- (id) initWithObjects: (id *)  fp8
count: (unsigned int)  fp12 

- (id) initWithObjects_ex: (id *)  fp8
count: (unsigned int)  fp12 

- (id) initWithObjects: (id)  fp8  

- (id) initWithArray: (id)  fp8  

- (id) initWithSet: (id)  fp8  

- (id) initWithSet: (id)  fp8
copyItems: (BOOL)  fp12 


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: