#include <CSV_Reader.h>
Collaboration diagram for CSV_Reader:
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 | ( | ) |
const bool CSV_Reader::eof | ( | ) |
vector< string > CSV_Reader::get | ( | ) |
Definition at line 71 of file CSV_Reader.cc.
References split().
Referenced by CSV_Obj::load().
Here is the call graph for this function:
const bool CSV_Reader::open | ( | const string & | filepath | ) |
void CSV_Reader::reset | ( | ) |