43 #include "CSV_Reader.h"
44 #include "CSV_Header.h"
54 vector<CSV_Data*>* _data ;
59 bool open(
const string& filepath ) ;
63 void getFieldList( vector<string> &list ) ;
65 string getFieldType(
const string& fieldName ) ;
67 int getRecordCount() ;
69 void * getFieldData(
const string& field ) ;
71 vector<string> getRecord(
const int rowCount ) ;
73 virtual void dump( ostream &strm )
const ;