43#include "CSV_Reader.h"
44#include "CSV_Header.h"
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 ;
top level BES object to house generic methods
virtual void dump(std::ostream &strm) const
dump the contents of this object to the specified ostream