Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_XMLParameterListTestHelpers.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_TEST_HELPERS_HPP
11 #define TEUCHOS_XML_PARAMETER_LIST_TEST_HELPERS_HPP
12 
13 
16 
17 
18 namespace Teuchos {
19 
20 
31 RCP<ParameterList> writeThenReadPL(ParameterList& myList);
32 
33 
49 RCP<ParameterList> writeThenReadPL(ParameterList& myList, RCP<DependencySheet> depSheetIn,
50  RCP<DependencySheet> depSheetOut);
51 
52 
53 } // namespace Teuchos
54 
55 
56 #endif // TEUCHOS_XML_PARAMETER_LIST_TEST_HELPERS_HPP
Templated Parameter List class.
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
DataStructure keeping track of dependencies.
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT RCP< ParameterList > writeThenReadPL(ParameterList &myList)
Write a parameter list to xml and then read that xml back in via a string. The intent of this functio...