A collection of standard ParameterEntryXMLConverters.
 
Provides ability to lookup ParameterEntryXMLConverters.
 
static XMLObject convertEntry(RCP< const ParameterEntry > entry, const std::string &name, const ParameterEntry::ParameterEntryID &id, const ValidatortoIDMap &validatorIDsMap)
Converts the given ParameterEntry to XML.
 
static void addConverter(RCP< ParameterEntryXMLConverter > converterToAdd)
Add a converter to the database.
 
static ParameterEntry convertXML(const XMLObject &xmlObj)
Converts XML to a ParameterEntry.
 
This object is held as the "value" in the Teuchos::ParameterList std::map.