Declared in NSMutableArray+WeakReferences.h

Overview

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

Tasks

Class Methods

mutableArrayUsingWeakReferences

Create an NSMutableArray that uses weak references.

+ (id)mutableArrayUsingWeakReferences

Declared In

NSMutableArray+WeakReferences.h

mutableArrayUsingWeakReferencesWithCapacity:

Create an NSMutableArray that uses weak references.

+ (id)mutableArrayUsingWeakReferencesWithCapacity:(NSUInteger)capacity

Parameters

capacity

The initial capacity of the array.

Declared In

NSMutableArray+WeakReferences.h

newMutableArrayUsingWeakReferences

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

+ (id)newMutableArrayUsingWeakReferences

Declared In

NSMutableArray+WeakReferences.h

newMutableArrayUsingWeakReferencesWithCapacity:

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

+ (id)newMutableArrayUsingWeakReferencesWithCapacity:(NSUInteger)capacity

Parameters

capacity

The initial capacity of the array.

Declared In

NSMutableArray+WeakReferences.h