42 #ifndef TEUCHOS_CONDITIONXMLCONVERTER_HPP
43 #define TEUCHOS_CONDITIONXMLCONVERTER_HPP
116 virtual void convertCondition(
128 static const std::string typeAttributeName =
"type";
129 return typeAttributeName;
140 #endif // TEUCHOS_CONDITIONXMLCONVERTER_HPP
Writes an XML object to a parameter list.
An object to determin if a particular set of conditions are occuring.
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
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
std::map< ParameterEntry::ParameterEntryID, RCP< ParameterEntry > > EntryIDsMap
Convenience typedef.
An abstract base class for converting Dependencies to and from XML.
Base class for all objects that can describe themselves.
Smart reference counting pointer class for automatic garbage collection.
static const std::string & getTypeAttributeName()
Returns the string to be used for the type attribute.
An object representation of a subset of XML data.