|
Oolite 1.91.0.7712-251017-85ce217
|
Instance Methods | |
| (id) | - initWithEnumerator: |
| (void) | - dealloc [implementation] |
| (id) | - nextObject [implementation] |
Class Methods | |
| (instancetype) | + enumeratorWithCollection: |
Private Attributes | |
| NSEnumerator * | _enumerator |
Definition at line 14 of file OOWeakSet.m.
|
implementation |
Definition at line 296 of file OOWeakSet.m.
References dealloc.
Referenced by dealloc.
| + (instancetype) enumeratorWithCollection: | (id) | collection |
Definition at line 290 of file OOWeakSet.m.
Referenced by OOWeakSet::objectEnumerator.
| - (id) initWithEnumerator: | (NSEnumerator *) | enumerator |
Definition at line 273 of file OOWeakSet.m.
References _enumerator, and nil.
|
implementation |
Definition at line 304 of file OOWeakSet.m.
References _enumerator, nextObject, and nil.
Referenced by nextObject.
|
private |
Definition at line 17 of file OOWeakSet.m.
Referenced by initWithEnumerator:, and nextObject.