Passer Rating iOS  1.0
iOS demo project for Xcode 4 Unleashed
Classes | Defines | Variables
Passer Rating/SimpleCSVFile.m File Reference
#import "SimpleCSVFile.h"
#import "PasserRatingGlobals.h"
Include dependency graph for SimpleCSVFile.m:

Classes

interface  NSString(LineBreakingExtensions)
interface  SimpleCSVFile()

Defines

#define LOCAL_AUTORELEASE   1

Variables

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

Define Documentation

#define LOCAL_AUTORELEASE   1

Variable Documentation

NSString* const kCSVActualFieldsKey = "kCSVActualFieldsKey"

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

(NSNumber)

NSString* const kCSVErrorLineKey = "kCSVErrorLineKey"

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

(NSNumber)

NSString* const kCSVExpectedFieldsKey = "kCSVExpectedFieldsKey"

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

(NSNumber)

 All Classes Files Functions Variables Properties Defines