#include <TableParser.h>
Data Structures | |
| struct | Row |
Public Types | |
| typedef std::string | Value |
| typedef std::vector< Value > | Values |
| typedef std::vector< Row > | Rows |
Public Member Functions | |
| bool | Check () |
Data Fields | |
| std::string | myTitle |
| std::vector< std::string > | myColumnUnits |
| std::vector< std::string > | myColumnTitles |
| Rows | myRows |
| typedef std::string Table2D::Value |
| typedef std::vector<Value> Table2D::Values |
| typedef std::vector<Row> Table2D::Rows |
| bool Table2D::Check | ( | ) |
| std::string Table2D::myTitle |
| std::vector<std::string> Table2D::myColumnUnits |
| std::vector<std::string> Table2D::myColumnTitles |
| Rows Table2D::myRows |