10 #ifndef TEUCHOS_FUNCTIONOBJECTXMLCONVERTER_HPP 
   11 #define TEUCHOS_FUNCTIONOBJECTXMLCONVERTER_HPP 
   69   virtual void convertFunctionObject(
 
   80     static const std::string typeAttributeName = 
"type";
 
   81     return typeAttributeName;
 
   92 #endif // TEUCHOS_FUNCTIONOBJECTXMLCONVERTER_HPP 
Writes an XML object to a parameter list. 
static const std::string & getTypeAttributeName()
An object representation of a function. 
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object...
Writes a ParameterList to an XML object. 
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
An abstract base class for converting FunctionObjects to and from XML. 
A collection of Exceptions that can be potentially thrown when converting a ParameterList to and from...
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.