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

Enumerators for convinience. More...

#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  NSAInfiniteEnumerator
 Infinite loop. More...
 
class  NSARangeEnumerator
 This enumerator generate number through a range. More...
 
class  NSABlockEnumerator
 Enumerator using block. More...
 

Typedefs

typedef id(^ NSABlockEnumeration )(NSUInteger index, BOOL *stop)
 Enumeration block for NSABlockEnumerator. More...
 

Detailed Description

Enumerators for convinience.

Typedef Documentation

typedef id(^ NSABlockEnumeration)(NSUInteger index, BOOL *stop)

Enumeration block for NSABlockEnumerator.