42#ifndef Teuchos_XMLPARAMETERLISTREADER_H
43#define Teuchos_XMLPARAMETERLISTREADER_H
112 bool _allowDuplicateSublists;
117 void convertParameterList(
const XMLObject& xml,
122 void convertValidators(
126 void convertDependencies(
133 void testForDuplicateValidatorIDs(
138 void insertEntryIntoMap(
DataStructure keeping track of dependencies.
Templated Parameter List class.
A utilities class for Teuchos.
An object representation of a subset of XML data.
Maps Validators to integers.
unsigned int ParameterEntryID
A list of parameters of arbitrary type.
Smart reference counting pointer class for automatic garbage collection.
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object,...
bool getAllowsDuplicateSublists() const
Specifies the current policy regarding duplicated sublists. See setAllowsDuplicateSublists() for more...
void setAllowsDuplicateSublists(bool policy)
Set policy regarding duplicated sublists.
RCP< ParameterList > toParameterList(const XMLObject &xml, RCP< DependencySheet > depSheet) const
std::map< ParameterEntry::ParameterEntryID, RCP< ParameterEntry > > EntryIDsMap
Convenience typedef.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...