18 m_values.push_back( std::make_tuple( xValue, yValue, yError ) );
22 m_values.push_back( std::make_tuple( xValue, yValue,
"0" ) );
32 ss <<
" \""<<
m_xName<<
"\": "<<std::get<0>(iv)<<
",";
33 ss <<
" \""<<
m_yName<<
"\": "<<std::get<1>(iv)<<
",";
34 ss <<
" \""<<
m_yName<<
"_Error\": "<<std::get<2>(iv);
void append(const std::string &xValue, const std::string &yValue, const std::string &yError)
std::vector< std::tuple< std::string, std::string, std::string > > m_values