Instance Methods | List of all members
GRXNSFastEnumerator Class Reference

#import <GRXNSFastEnumerator.h>

Inheritance diagram for GRXNSFastEnumerator:
Inheritance graph
[legend]

Instance Methods

(instancetype) - initWithContainer:
 

Detailed Description

This is a bridge to interact through NSEnumerator's interface with objects that only conform to NSFastEnumeration. (There's nothing specifically fast about it - you certainly don't win any speed by using this instead of a NSEnumerator provided by your container).

Definition at line 26 of file GRXNSFastEnumerator.h.

Method Documentation

◆ initWithContainer:

- (instancetype) initWithContainer: (id< NSFastEnumeration >)  container

After the iteration of the container (via the NSFastEnumeration protocol) is over, the container is released. If the container is modified during enumeration, an exception is thrown.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46