10 #ifndef TEUCHOS_YAML_PARAMETER_LIST_HELPERS_HPP
11 #define TEUCHOS_YAML_PARAMETER_LIST_HELPERS_HPP
20 #include "Teuchos_Comm.hpp"
46 TEUCHOSCOMM_LIB_DLL_EXPORT
47 void updateParametersFromYamlFileAndBroadcast(
48 const std::string &yamlFileName,
51 bool overwrite =
true);
56 #endif // TEUCHOS_Yaml_PARAMETER_LIST_HELPERS_HPP
Simple helper functions that make it easy to read and write Yaml to and from a parameterlist.
Simple wrapper class for raw pointers to single objects where no persisting relationship exists...