35 #ifndef I_CSV_Reader_h
36 #define I_CSV_Reader_h 1
48 std::string _filepath;
49 std::fstream * _stream_in;
54 bool open(
const std::string& filepath);
60 void get(std::vector<std::string> &row);
62 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