#include "Teuchos_ParameterList.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
Functions | |
| void | Teuchos::updateParametersFromXmlFile (const std::string &xmlFileName,Teuchos::ParameterList *paramList) |
| Reads XML parameters from a file and updates those already in the given parameter list. | |
| void | Teuchos::updateParametersFromXmlString (const std::string &xmlStr,Teuchos::ParameterList *paramList) |
| Reads XML parameters from a std::string and updates those already in the given parameter list. | |
| void | Teuchos::writeParameterListToXmlOStream (const Teuchos::ParameterList ¶mList,std::ostream &xmlOut) |
| Write parameters and sublists in XML format to an std::ostream. | |
| void | Teuchos::writeParameterListToXmlFile (const Teuchos::ParameterList ¶mList,const std::string &xmlFileName) |
| Write parameters and sublist to an XML file. | |
Definition in file Teuchos_XMLParameterListHelpers.hpp.
1.4.7