Go to the documentation of this file.
20 #ifndef __TableParser_h_
21 #define __TableParser_h_
42 typedef std::vector<Row>
Rows;
48 std::vector<std::string>
GetTableNames(
const char* fname,
const char* separator,
49 const bool firstStringAsTitles);
50 Table2D GetTable(
const char* fname,
const char* separator,
const int tableNb,
51 const bool firstStringAsTitles);
53 #endif //__TableParser_h_