10 #ifndef Teuchos_XMLPARAMETERLISTWRITER_H
11 #define Teuchos_XMLPARAMETERLISTWRITER_H
40 typedef std::map<RCP<const ParameterEntry>,
58 static const std::string parameterListTagName =
"ParameterList";
59 return parameterListTagName;
64 static const std::string nameAttributeName =
"name";
65 return nameAttributeName;
70 static const std::string validatorsTagName =
"Validators";
71 return validatorsTagName;
76 static const std::string dependenciesTagName =
"Dependencies";
77 return dependenciesTagName;
86 EntryIDsMap& entryIDsMap,
97 const EntryIDsMap& entryIDsMap,
101 void buildInitialValidatorMap(
static const std::string & getValidatorsTagName()
Struct for comparing two RCPs. Simply compares the raw pointers contained within the RCPs...
Templated Parameter List class.
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object...
static const std::string & getDependenciesTagName()
std::map< RCP< const ParameterEntry >, ParameterEntry::ParameterEntryID, RCPConstComp > EntryIDsMap
A class for mapping validators to integers.
A list of parameters of arbitrary type.
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
unsigned int ParameterEntryID
DataStructure keeping track of dependencies.
Smart reference counting pointer class for automatic garbage collection.
static const std::string & getParameterListTagName()
static const std::string & getNameAttributeName()
A utilities class for Teuchos.
Writes a ParameterList to an XML object.
An object representation of a subset of XML data.