Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_XMLParameterListCoreHelpers.hpp"
#include "Teuchos_FileInputSource.hpp"
#include "Teuchos_XMLParameterListReader.hpp"
#include <fstream>
#include <string>
Go to the source code of this file.
Namespaces | |
Teuchos | |
Functions | |
Teuchos::TEUCHOS_STATIC_SETUP () | |
Teuchos::TEUCHOS_UNIT_TEST (ParameterList, ExistingSublistIsOkay) | |
Teuchos::TEUCHOS_UNIT_TEST (ParameterList, XMLDuplicatedSublists) | |
Teuchos::TEUCHOS_UNIT_TEST (XMLParameterListReader, XMLDuplicatedSublistsThrowsError) | |
Teuchos::TEUCHOS_UNIT_TEST (XMLParameterListReader, XMLDuplicatedSublistsBackwardsCompatible) | |
Variables | |
std::string | filename |
std::string filename |
Definition at line 50 of file ParameterList_XMLDuplicateSublists.cpp.