|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
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
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
Writes an XML object to a parameter list.
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object,...
std::map< ParameterEntry::ParameterEntryID, RCP< ParameterEntry > > EntryIDsMap
Convenience typedef.
An object representation of a subset of XML data.
Smart reference counting pointer class for automatic garbage collection.
std::map< RCP< const ParameterEntry >, ParameterEntry::ParameterEntryID, RCPConstComp > EntryIDsMap
Writes a ParameterList to an XML object.
Base class for all objects that can describe themselves.
An abstract base class for converting Dependencies to and from XML.
static const std::string & getTypeAttributeName()
Returns the string to be used for the type attribute.
An object to determin if a particular set of conditions are occuring.