Class Info |
Class Name: |
GCMutableArray |
Super Class: |
NSMutableArray |
Subclasses: |
no subclasses |
Version: |
0 |
Number: |
70 |
Instance Size: |
32 bytes |
|
Instance Variables |
Name |
Type |
Offset |
Inherited |
isa |
Class |
0 |
NSObject |
gcNextObject |
id |
4 |
gcPreviousObject |
id |
8 |
gcFlags |
struct ? {...} |
12 |
items |
id * |
16 |
isGarbageCollectable |
char * |
20 |
itemsCount |
unsigned int |
24 |
maxItems |
unsigned int |
28 |
|
Instance Methods |
Name |
Signature |
- addObject: |
v0@+8:+12@+16 |
- classForCoder |
#0@+8:+12 |
- copyWithZone: |
@0@+8:+12@+16 |
- init |
@0@+8:+12 |
- initWithArray: |
@0@+8:+12@+16 |
- initWithCapacity: |
@0@+8:+12I+16 |
- initWithObjects:count: |
@0@+8:+12^@+16I+20 |
- insertObject:atIndex: |
v0@+8:+12@+16I+20 |
- mutableCopyWithZone: |
@0@+8:+12@+16 |
- removeAllObjects |
v0@+8:+12 |
- removeLastObject |
v0@+8:+12 |
- removeObjectAtIndex: |
v0@+8:+12I+16 |
- removeObjectsFrom:count: |
v0@+8:+12I+16I+20 |
- replaceObjectAtIndex:withObject: |
v0@+8:+12I+16@+20 |
|
Class Methods |
Name |
Signature |
+ initialize |
v0@+8:+12 |
|