FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSAInfiniteEnumerator Class Reference

Infinite loop. More...

#import <NSAEnumerator.h>

Inheritance diagram for NSAInfiniteEnumerator:

Instance Methods

(instancetype) - initWithObject:
 Initialize and returns an enumerator with given object which will generate infinitely. More...
 

Class Methods

(instancetype) + enumeratorWithObject:
 Returns an enumerator with given object which will generate infinitely. More...
 

Protected Attributes

id _pool [16]
 

Detailed Description

Infinite loop.

Method Documentation

+ (instancetype) enumeratorWithObject: (id)  object

Returns an enumerator with given object which will generate infinitely.

- (instancetype) initWithObject: (id)  object

Initialize and returns an enumerator with given object which will generate infinitely.

Member Data Documentation

- (id _pool[16])
protected

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