Version: 8.3.0
TableParser.h File Reference
#include <string>
#include <vector>
Include dependency graph for TableParser.h:

Go to the source code of this file.

Data Structures

struct  Table2D
 
struct  Table2D::Row
 

Functions

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)
 

Function Documentation

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 
)