52 std::vector<CSV_Data*>* _data ;
57 bool open(
const std::string& filepath ) ;
61 void getFieldList( std::vector<std::string> &
list ) ;
63 std::string getFieldType(
const std::string& fieldName ) ;
65 int getRecordCount() ;
67 void * getFieldData(
const std::string& field ) ;
69 std::vector<std::string> getRecord(
const int rowCount ) ;
71 virtual void dump( std::ostream &strm )
const ;