00001
00002
00003
00004
00005
00006
00007 #import <Foundation/NSIndexSet.h>
00008
00009 @interface NSMutableIndexSet : NSIndexSet
00010 {
00011 void *_reserved;
00012 }
00013
00014 - (Class)classForCoder;
00015 - (void)_ensureRangeCapacity:(unsigned int)fp8;
00016 - (void)_addRangeToArray:(struct _NSRange)fp8;
00017 - (void)_insertRange:(struct _NSRange)fp8 inArrayAtIndex:(unsigned int)fp16;
00018 - (void)_removeRangeInArrayAtIndex:(unsigned int)fp8;
00019 - (void)_replaceRangeInArrayAtIndex:(unsigned int)fp8 withRange:(struct _NSRange)fp12;
00020 - (void)addIndexes:(id)fp8;
00021 - (void)addIndexesFromIndexSet:(id)fp8;
00022 - (void)removeIndexes:(id)fp8;
00023 - (void)removeIndexesFromIndexSet:(id)fp8;
00024 - (void)addIndexesInRange:(struct _NSRange)fp8;
00025 - (void)addIndex:(unsigned int)fp8;
00026 - (void)removeIndexesInRange:(struct _NSRange)fp8;
00027 - (void)removeIndex:(unsigned int)fp8;
00028 - (void)removeAllIndexes;
00029 - (void)_incrementBy:(unsigned int)fp8 startingAtIndex:(unsigned int)fp12;
00030 - (void)_removeAndDecrementBy:(unsigned int)fp8 startingAtIndex:(unsigned int)fp12;
00031 - (void)shiftIndexesStartingAtIndex:(unsigned int)fp8 by:(int)fp12;
00032
00033 @end
00034