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