|
Teuchos - Trilinos Tools Package Version of the Day
|
Simple helper functions that make it easy to read and write XML to and from a parameterlist. More...
#include "Teuchos_ParameterList.hpp"#include "Teuchos_DependencySheet.hpp"#include "Teuchos_Comm.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
Functions | |
| TEUCHOS_DEPRECATED void | Teuchos::updateParametersFromXmlFile (const std::string &xmlFileName, ParameterList *paramList) |
| TEUCHOS_DEPRECATED void | Teuchos::updateParametersFromXmlFileAndBroadcast (const std::string &xmlFileName, ParameterList *paramList, const Comm< int > &comm) |
| TEUCHOS_DEPRECATED void | Teuchos::updateParametersFromXmlString (const std::string &xmlStr, ParameterList *paramList) |
Simple helper functions that make it easy to read and write XML to and from a parameterlist.
Definition in file Teuchos_XMLParameterListHelpers.hpp.
1.7.4