|
Teuchos - Trilinos Tools Package Version of the Day
|
Modules | |
| Utility functions for passing arrays into argument lists [Deprecated]. | |
The purpose of this utility is to make passing arrays into argument lists easier [Deprecated]. | |
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) |
All of the code that shows up here is depricated and should not be used by clients (because it will be removed at some point).
| TEUCHOS_DEPRECATED void Teuchos::updateParametersFromXmlFile | ( | const std::string & | xmlFileName, |
| ParameterList * | paramList | ||
| ) | [inline] |
Definition at line 220 of file Teuchos_XMLParameterListHelpers.hpp.
| TEUCHOS_DEPRECATED void Teuchos::updateParametersFromXmlFileAndBroadcast | ( | const std::string & | xmlFileName, |
| ParameterList * | paramList, | ||
| const Comm< int > & | comm | ||
| ) | [inline] |
Definition at line 231 of file Teuchos_XMLParameterListHelpers.hpp.
| TEUCHOS_DEPRECATED void Teuchos::updateParametersFromXmlString | ( | const std::string & | xmlStr, |
| ParameterList * | paramList | ||
| ) | [inline] |
Definition at line 243 of file Teuchos_XMLParameterListHelpers.hpp.
1.7.4