/headers/Foundation/NSMutableArray-NSMutableArray.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 "NSMutableArray.h"
00008 
00009 @interface NSMutableArray (NSMutableArray)
00010 + (id)arrayWithCapacity:(unsigned int)fp8;
00011 - (void)addObject:(id)fp8;
00012 - (void)insertObject:(id)fp8 atIndex:(unsigned int)fp12;
00013 - (void)replaceObjectAtIndex:(unsigned int)fp8 withObject:(id)fp12;
00014 - (void)removeLastObject;
00015 - (void)removeObjectAtIndex:(unsigned int)fp8;
00016 - (Class)classForCoder;
00017 - (void)addObjectsFromArray:(id)fp8;
00018 - (void)exchangeObjectAtIndex:(unsigned int)fp8 withObjectAtIndex:(unsigned int)fp12;
00019 - (void)removeAllObjects;
00020 - (void)setObject:(id)fp8 atIndex:(unsigned int)fp12;
00021 - (void)replaceObjectsInRange:(struct _NSRange)fp8 withObjects:(id *)fp16 count:(unsigned int)fp20;
00022 - (void)exchange:(unsigned int)fp8:(unsigned int)fp12;
00023 - (void)sortUsingFunction:(void *)fp8 context:(void *)fp12 range:(struct _NSRange)fp16;
00024 - (void)insertObjects:(id)fp8 atIndexes:(id)fp12;
00025 - (void)replaceObjectsAtIndexes:(id)fp8 withObjects:(id)fp12;
00026 - (void)replaceObjectsInRange:(struct _NSRange)fp8 withObjectsFromArray:(id)fp16;
00027 - (void)replaceObjectsInRange:(struct _NSRange)fp8 withObjectsFromArray:(id)fp16 range:(struct _NSRange)fp20;
00028 - (void)removeObject:(id)fp8 range:(struct _NSRange)fp12 identical:(BOOL)fp20;
00029 - (void)removeObject:(id)fp8;
00030 - (void)removeObject:(id)fp8 inRange:(struct _NSRange)fp12;
00031 - (void)removeObjectIdenticalTo:(id)fp8;
00032 - (void)removeObjectIdenticalTo:(id)fp8 inRange:(struct _NSRange)fp12;
00033 - (void)removeObjectsAtIndexes:(id)fp8;
00034 - (void)removeObjectsInRange:(struct _NSRange)fp8;
00035 - (void)removeObjectsFromIndices:(unsigned int *)fp8 numIndices:(unsigned int)fp12;
00036 - (void)removeObjectsInArray:(id)fp8;
00037 - (void)setArray:(id)fp8;
00038 - (void)sortUsingFunction:(void *)fp8 context:(void *)fp12;
00039 - (void)sortUsingSelector:(SEL)fp8;
00040 - (id)initWithCapacity:(unsigned int)fp8;
00041 - (id)initWithContentsOfFile:(id)fp8;
00042 - (id)initWithContentsOfURL:(id)fp8;
00043 @end
00044