#include <string>
#include <vector>
Go to the source code of this file.
|
std::vector< std::string > | GetTableNames (const char *fname, const char *separator, const bool firstStringAsTitles) |
|
Table2D | GetTable (const char *fname, const char *separator, const int tableNb, const bool firstStringAsTitles) |
|
std::vector<std::string> GetTableNames |
( |
const char * |
fname, |
|
|
const char * |
separator, |
|
|
const bool |
firstStringAsTitles |
|
) |
| |
Table2D GetTable |
( |
const char * |
fname, |
|
|
const char * |
separator, |
|
|
const int |
tableNb, |
|
|
const bool |
firstStringAsTitles |
|
) |
| |