Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Teuchos_XMLParameterListTestHelpers.hpp File Reference
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_DependencySheet.hpp"
Include dependency graph for Teuchos_XMLParameterListTestHelpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Teuchos
 

Functions

TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
RCP< ParameterList > 
Teuchos::writeThenReadPL (ParameterList &myList)
 Write a parameter list to xml and then read that xml back in via a string. The intent of this function is to be used for testing purposes. More...
 
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
RCP< ParameterList > 
Teuchos::writeThenReadPL (ParameterList &myList, RCP< DependencySheet > depSheetIn, RCP< DependencySheet > depSheetOut)
 Write a parameter list to xml and then read that xml back in via a string. The intent of this function is to be used for testing purposes. More...