42 #ifndef TEUCHOS_DEPENDENCYXMLCONVERTER_HPP 
   43 #define TEUCHOS_DEPENDENCYXMLCONVERTER_HPP 
   50 #include "Teuchos_Dependency.hpp" 
   54 #include "Teuchos_Describable.hpp" 
  130   virtual void convertDependency(
 
  145     static const std::string dependeeTagName = 
"Dependee";
 
  146     return dependeeTagName;
 
  153     static const std::string dependentTagName = 
"Dependent";
 
  154     return dependentTagName;
 
  161     static const std::string parameterIdAtrributeName = 
"parameterId";
 
  162     return parameterIdAtrributeName;
 
  169     static const std::string typeAttributeName = 
"type";
 
  170     return typeAttributeName;
 
  181 #endif // TEUCHOS_DEPENDENCYXMLCONVERTER_HPP 
Writes an XML object to a parameter list. 
 
Maps Validators to integers. 
 
std::set< RCP< const ParameterEntry >, RCPConstComp > ConstParameterEntryList
A list of dependents. 
 
static const std::string & getTypeAttributeName()
Returns the string to be used for the type attribute. 
 
std::set< RCP< ParameterEntry >, RCPComp > ParameterEntryList
A list of Dependees. 
 
static const std::string & getDependeeTagName()
Returns the string to be used for the dependee tag. 
 
An abstract base class for converting Dependencies to and from XML. 
 
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object...
 
Writes a ParameterList to an XML object. 
 
std::map< RCP< const ParameterEntry >, ParameterEntry::ParameterEntryID, RCPConstComp > EntryIDsMap
 
static const std::string & getParameterIdAttributeName()
Returns the string to be used for the ParameterID attribute. 
 
static const std::string & getDependentTagName()
Returns the string to be used for the dependent tag. 
 
A class for mapping validators to integers. 
 
std::map< ParameterEntry::ParameterEntryID, RCP< ParameterEntry > > EntryIDsMap
Convenience typedef. 
 
Base class for all objects that can describe themselves. 
 
Smart reference counting pointer class for automatic garbage collection. 
 
An object representation of a subset of XML data.