Version: 8.3.0
Table2D Struct Reference

#include <TableParser.h>

Data Structures

struct  Row
 

Public Types

typedef std::string Value
 
typedef std::vector< ValueValues
 
typedef std::vector< RowRows
 

Public Member Functions

bool Check ()
 

Data Fields

std::string myTitle
 
std::vector< std::string > myColumnUnits
 
std::vector< std::string > myColumnTitles
 
Rows myRows
 

Member Typedef Documentation

typedef std::string Table2D::Value
typedef std::vector<Value> Table2D::Values
typedef std::vector<Row> Table2D::Rows

Member Function Documentation

bool Table2D::Check ( )

Field Documentation

std::string Table2D::myTitle
std::vector<std::string> Table2D::myColumnUnits
std::vector<std::string> Table2D::myColumnTitles
Rows Table2D::myRows