#include <CSV_Reader.h>

Public Member Functions | |
| const bool | close () |
| CSV_Reader () | |
| const bool | eof () |
| vector< string > | get () |
| const bool | open (const string &filepath) |
| void | reset () |
| ~CSV_Reader () | |
Definition at line 46 of file CSV_Reader.h.
| CSV_Reader::CSV_Reader | ( | ) |
Definition at line 37 of file CSV_Reader.cc.
| CSV_Reader::~CSV_Reader | ( | ) |
Definition at line 41 of file CSV_Reader.cc.
| const bool CSV_Reader::close | ( | ) |
Definition at line 55 of file CSV_Reader.cc.
Referenced by CSV_Obj::~CSV_Obj().
| const bool CSV_Reader::eof | ( | ) |
Definition at line 63 of file CSV_Reader.cc.
Referenced by CSV_Obj::load().
| vector< string > CSV_Reader::get | ( | ) |
Definition at line 71 of file CSV_Reader.cc.
References split().
Referenced by CSV_Obj::load().

| const bool CSV_Reader::open | ( | const string & | filepath | ) |
Definition at line 47 of file CSV_Reader.cc.
Referenced by CSV_Obj::open().
| void CSV_Reader::reset | ( | ) |
Definition at line 67 of file CSV_Reader.cc.
Referenced by CSV_Obj::load().
1.6.1