CSV_Reader Class Reference

#include <CSV_Reader.h>

Collaboration diagram for CSV_Reader:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const bool close ()
 CSV_Reader ()
const bool eof ()
vector< string > get ()
const bool open (const string &filepath)
void reset ()
 ~CSV_Reader ()

Detailed Description

Definition at line 46 of file CSV_Reader.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().

Here is the call graph for this function:

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().


The documentation for this class was generated from the following files:

Generated on 19 Feb 2010 for OPeNDAP Hyrax Back End Server (BES) by  doxygen 1.6.1