Passer Rating iOS  1.0
iOS demo project for Xcode 4 Unleashed
Classes | Variables
Passer Rating/SimpleCSVFile.h File Reference
#import <Foundation/Foundation.h>
Include dependency graph for SimpleCSVFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

protocol  <SimpleCSVDelegate>
 Delegate for SimpleCSVFile. More...
class  SimpleCSVFile
 Parser for simple CSV files. More...

Variables

NSString *const kCSVErrorLineKey
 NSError* userInfo dictionary key for the line on which an error was detected.
NSString *const kCSVExpectedFieldsKey
 NSError* userInfo dictionary key for the number of fields in the header line.
NSString *const kCSVActualFieldsKey
 NSError* userInfo dictionary key for the number of fields found in a record line.

Variable Documentation

NSError* userInfo dictionary key for the number of fields found in a record line.

(NSNumber)

NSError* userInfo dictionary key for the line on which an error was detected.

(NSNumber)

NSError* userInfo dictionary key for the number of fields in the header line.

(NSNumber)

 All Classes Files Functions Variables Properties Defines