#include <JsonPrinter.h>
Public Member Functions | |
void | append (const std::string &xValue, const std::string &yValue, const std::string &yError) |
void | append (const std::string &xValue, const std::string &yValue) |
JsonPrinter () | |
JsonPrinter (const std::string &xName, const std::string &yName) | |
std::string | print () |
virtual | ~JsonPrinter () |
Private Attributes | |
std::vector< std::tuple < std::string, std::string, std::string > > | m_values |
std::string | m_xName = "X" |
std::string | m_yName = "Y" |
Definition at line 12 of file JsonPrinter.h.
cond::utilities::JsonPrinter::JsonPrinter | ( | ) |
Definition at line 9 of file JsonPrinter.cc.
cond::utilities::JsonPrinter::JsonPrinter | ( | const std::string & | xName, |
const std::string & | yName | ||
) |
Definition at line 11 of file JsonPrinter.cc.
|
inlinevirtual |
Definition at line 17 of file JsonPrinter.h.
void cond::utilities::JsonPrinter::append | ( | const std::string & | xValue, |
const std::string & | yValue, | ||
const std::string & | yError | ||
) |
Definition at line 17 of file JsonPrinter.cc.
References m_values.
Referenced by diclist.diclist::add(), Vispa.Views.PropertyView.PropertyView::addProperty(), and BeautifulSoup.Tag::setString().
void cond::utilities::JsonPrinter::append | ( | const std::string & | xValue, |
const std::string & | yValue | ||
) |
Definition at line 21 of file JsonPrinter.cc.
References m_values.
Referenced by diclist.diclist::add(), Vispa.Views.PropertyView.PropertyView::addProperty(), and BeautifulSoup.Tag::setString().
std::string cond::utilities::JsonPrinter::print | ( | void | ) |
Definition at line 25 of file JsonPrinter.cc.
References plotBeamSpotDB::first, m_values, m_xName, m_yName, and contentValuesCheck::ss.
|
private |
Definition at line 27 of file JsonPrinter.h.
|
private |
Definition at line 25 of file JsonPrinter.h.
Referenced by print().
|
private |
Definition at line 26 of file JsonPrinter.h.
Referenced by print().