![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#include <OOFilteringEnumerator.h>
Instance Methods | |
(id) | - initWithUnderlyingEnumerator:withSelector:takingArgument:argumentValue: |
(void) | - dealloc [implementation] |
(NSString *) | - descriptionComponents [implementation] |
(NSString *) | - shortDescriptionComponents [implementation] |
(id) | - nextObject [implementation] |
Class Methods | |
(id) | + filterEnumerator:withSelector: |
(id) | + filterEnumerator:withSelector:andArgument: |
Private Attributes | |
NSEnumerator * | _underlyingEnum |
SEL | _selector |
id | _argument |
BOOL | _takesArgument |
Definition at line 57 of file OOFilteringEnumerator.h.
|
implementation |
Definition at line 81 of file OOFilteringEnumerator.m.
References dealloc.
Referenced by dealloc.
|
implementation |
Definition at line 90 of file OOFilteringEnumerator.m.
References _selector, _takesArgument, and descriptionComponents.
Referenced by descriptionComponents.
+ (id) filterEnumerator: | (NSEnumerator *) | enumerator | |
withSelector: | (SEL) | selector |
Definition at line 38 of file OOFilteringEnumerator.m.
Referenced by NSEnumerator(OOFilteringEnumerator)::filteredWithSelector:.
+ (id) filterEnumerator: | (NSEnumerator *) | enumerator | |
withSelector: | (SEL) | selector | |
andArgument: | (id) | argument |
Definition at line 50 of file OOFilteringEnumerator.m.
Referenced by NSEnumerator(OOFilteringEnumerator)::filteredWithSelector:andArgument:.
- (id) initWithUnderlyingEnumerator: | (NSEnumerator *) | enumerator | |
withSelector: | (SEL) | selector | |
takingArgument: | (BOOL) | takesArgument | |
argumentValue: | (id) | argument |
Definition at line 61 of file OOFilteringEnumerator.m.
References _argument, _selector, _takesArgument, _underlyingEnum, and nil.
|
implementation |
Definition at line 108 of file OOFilteringEnumerator.m.
References _argument, _selector, _takesArgument, _underlyingEnum, nextObject, and nil.
Referenced by nextObject.
|
implementation |
Definition at line 102 of file OOFilteringEnumerator.m.
References _selector, and shortDescriptionComponents.
Referenced by shortDescriptionComponents.
|
private |
Definition at line 62 of file OOFilteringEnumerator.h.
Referenced by initWithUnderlyingEnumerator:withSelector:takingArgument:argumentValue:, and nextObject.
|
private |
Definition at line 61 of file OOFilteringEnumerator.h.
Referenced by descriptionComponents, initWithUnderlyingEnumerator:withSelector:takingArgument:argumentValue:, nextObject, and shortDescriptionComponents.
|
private |
Definition at line 63 of file OOFilteringEnumerator.h.
Referenced by descriptionComponents, initWithUnderlyingEnumerator:withSelector:takingArgument:argumentValue:, and nextObject.
|
private |
Definition at line 60 of file OOFilteringEnumerator.h.
Referenced by initWithUnderlyingEnumerator:withSelector:takingArgument:argumentValue:, and nextObject.