10#ifndef Teuchos_XMLPARAMETERLISTREADER_H 
   11#define Teuchos_XMLPARAMETERLISTREADER_H 
   71  void setAllowsDuplicateSublists(
bool policy);
 
   76  bool getAllowsDuplicateSublists() 
const;
 
   80  bool _allowDuplicateSublists;
 
   90  void convertValidators(
 
   94  void convertDependencies(
 
  101  void testForDuplicateValidatorIDs(
 
  106  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.
 
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,...
 
Writes an XML object to a parameter list.
 
std::map< ParameterEntry::ParameterEntryID, RCP< ParameterEntry > > EntryIDsMap
Convenience typedef.
 
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...