ObjectAL
 All Classes Functions Variables Properties Pages
Class Methods | List of all members
NSMutableArray(WeakReferences) Category Reference

Adds to NSMutableArray the ability to create an array that keeps weak references. More...

#import <NSMutableArray+WeakReferences.h>

Class Methods

(id) + mutableArrayUsingWeakReferences
 Create an NSMutableArray that uses weak references. More...
 
(id) + mutableArrayUsingWeakReferencesWithCapacity:
 Create an NSMutableArray that uses weak references. More...
 
(id) + newMutableArrayUsingWeakReferences
 Create an NSMutableArray that uses weak references (no pending autorelease). More...
 
(id) + newMutableArrayUsingWeakReferencesWithCapacity:
 Create an NSMutableArray that uses weak references (no pending autorelease). More...
 

Detailed Description

Adds to NSMutableArray the ability to create an array that keeps weak references.

Method Documentation

+ (id) mutableArrayUsingWeakReferences

Create an NSMutableArray that uses weak references.

+ (id) mutableArrayUsingWeakReferencesWithCapacity: (NSUInteger)  capacity

Create an NSMutableArray that uses weak references.

Parameters
capacityThe initial capacity of the array.
+ (id) newMutableArrayUsingWeakReferences

Create an NSMutableArray that uses weak references (no pending autorelease).

+ (id) newMutableArrayUsingWeakReferencesWithCapacity: (NSUInteger)  capacity

Create an NSMutableArray that uses weak references (no pending autorelease).

Parameters
capacityThe initial capacity of the array.

The documentation for this category was generated from the following files: