Photon objC Client API  5.0.7.4
Instance Methods | Class Methods | Properties | List of all members
EGMutableArray Class Reference
Inheritance diagram for EGMutableArray:
Inheritance graph
[legend]
Collaboration diagram for EGMutableArray:
Collaboration graph
[legend]

Instance Methods

(void) - addObject:
 
(void) - insertObject:atIndex:
 
(void) - removeLastObject
 
(void) - removeObjectAtIndex:
 
(void) - replaceObjectAtIndex:withObject:
 
(void) - addObjectsFromArray:
 
(void) - exchangeObjectAtIndex:withObjectAtIndex:
 
(void) - removeAllObjects
 
(void) - removeObject:inRange:
 
(void) - removeObject:
 
(void) - removeObjectIdenticalTo:inRange:
 
(void) - removeObjectIdenticalTo:
 
(void) - removeObjectsFromIndices:numIndices:
 
(void) - removeObjectsInArray:
 
(void) - removeObjectsInRange:
 
(void) - replaceObjectsInRange:withObjectsFromArray:range:
 
(void) - replaceObjectsInRange:withObjectsFromArray:
 
(void) - setArray:
 
(void) - sortUsingFunction:context:
 
(void) - sortUsingSelector:
 
(void) - insertObjects:atIndexes:
 
(void) - removeObjectsAtIndexes:
 
(void) - replaceObjectsAtIndexes:withObjects:
 
(instancetype) - initWithCapacity:numItems:
 
(instancetype) - initWithCapacityAndCType:numItems:
 
- Instance Methods inherited from EGArray
(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithType:
 
(instancetype) - initWithCType:
 
(instancetype) - initWithCoder:
 
(EGArray *) - arrayByAddingObject:
 
(EGArray *) - arrayByAddingObjectsFromArray:
 

Class Methods

(id) + arrayWithCapacity:numItems:
 
(id) + arrayWithCapacityAndCType:numItems:
 
- Class Methods inherited from EGArray
(instancetype) + NS_UNAVAILABLE
 
(instancetype) + NS_UNAVAILABLE
 
(instancetype) + arrayWithType:
 
(instancetype) + arrayWithCType:
 
(instancetype) + arrayWithCoder:
 
(NSString *) + getTypeFromObj:
 
(const char *) + getCTypeFromObj:
 

Properties

NSMutableArray * MutableData
 
- Properties inherited from EGArray
NSArrayData
 
NSStringType
 
const char * CType
 
const void * CArray