Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

JDCSVStringDictionaryFactory.h

Go to the documentation of this file.
00001 
00019 #if defined(__INTERNAL_JDCSVParser__)
00020 #import "JDCSVParserDelegate.h"
00021 #else
00022 @protocol JDCSVParserDelegate;
00023 #endif
00024 
00032 @interface JDCSVStringDictionaryFactory : NSObject <JDCSVParserDelegate>
00033 {
00034     NSMutableArray *_recordKeys;
00035     NSMutableArray *_dataSet;
00036 }
00037 
00045 - (id)initWithDataSetArray:(NSMutableArray *)dataSet;
00046 
00052 - (NSArray *)recordKeys;
00053 
00054 @end

Generated on Sun Jun 10 16:41:27 2012 for JDCSVParser by  doxygen 1.4.3