Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_XMLParameterListHelpers.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Teuchos: Common Tools Package
4 //
5 // Copyright 2004 NTESS and the Teuchos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef TEUCHOS_XML_PARAMETER_LIST_HELPERS_HPP
11 #define TEUCHOS_XML_PARAMETER_LIST_HELPERS_HPP
12 
13 
20 #include "Teuchos_Comm.hpp"
21 
22 
23 namespace Teuchos {
24 
25 
46 TEUCHOSCOMM_LIB_DLL_EXPORT
47 void updateParametersFromXmlFileAndBroadcast(
48  const std::string &xmlFileName,
49  const Ptr<ParameterList> &paramList,
50  const Comm<int> &comm,
51  bool overwrite = true
52  );
53 
54 
55 } // namespace Teuchos
56 
57 
58 #endif // TEUCHOS_XML_PARAMETER_LIST_HELPERS_HPP
Simple helper functions that make it easy to read and write XML to and from a parameterlist.