#include "TableParser.h"#include <QString>#include <QStringList>#include <fstream>#include <sstream>#include <stdexcept>
Functions | |
| int | getLine (std::ifstream &streamIn, QString &str) |
| 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) |
| int getLine | ( | std::ifstream & | streamIn, |
| QString & | str | ||
| ) |
| std::vector<std::string> GetTableNames | ( | const char * | fname, |
| const char * | separator, | ||
| const bool | firstStringAsTitles | ||
| ) |
References Table2D::Check(), GetTable(), and Table2D::myTitle.
| Table2D GetTable | ( | const char * | fname, |
| const char * | separator, | ||
| const int | tableNb, | ||
| const bool | firstStringAsTitles | ||
| ) |