22 #ifndef NANDRAD_DataTableH 23 #define NANDRAD_DataTableH 60 const std::vector<double> &
valueVector(
const std::string & parameterName)
const;
64 std::map<std::string, std::vector<double> >
m_values;
69 #endif // NANDRAD_DataTableH A data member for a table with named columns.
bool operator!=(const DataTable &other) const
Inequility operator.
const std::vector< double > & valueVector(const std::string ¶meterName) const
Convenience function that looks up a parameter data vector in the map and returns a const reference t...
std::map< std::string, std::vector< double > > m_values
The actual data member.
void setEncodedString(const std::string &str)
Sets content of data table from encoded string.
std::string encodedString() const
Returns content of data table as encoded string using tab a value separator.
The namespace NANDRAD contains the data model classes that make up the NANDRAD solver input data...