51 writeParameterListToXmlOStream(myList,
xmlOut);
52 return getParametersFromXmlString(
xmlOut.str());
63 writeParameterListToXmlOStream(myList,
xmlOut, depSheetIn);
64 return getParametersFromXmlString(
xmlOut.str(), depSheetOut);
Simple helper functions that make it easy to read and write XML to and from a parameterlist.
A list of parameters of arbitrary type.
Smart reference counting pointer class for automatic garbage collection.
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT RCP< ParameterList > writeThenReadPL(ParameterList &myList)
Write a parameter list to xml and then read that xml back in via a string. The intent of this functio...