|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Class for converting DivisionFunction objects to and from XML. More...
#include <Teuchos_StandardFunctionObjectXMLConverters.hpp>

Overridden from SimpleFunctionXMLConverter | |
| RCP< SimpleFunctionObject < OperandType > > | getSpecificSimpleFunction (OperandType operand) const |
| | |
Class for converting DivisionFunction objects to and from XML.
The valid XML represntation of a DivisionFunction is:
<Function operand="operand value" type="DivisionFunction(operand_type)"/>
Definition at line 242 of file Teuchos_StandardFunctionObjectXMLConverters.hpp.
| RCP< SimpleFunctionObject< OperandType > > Teuchos::DivisionFunctionXMLConverter< OperandType >::getSpecificSimpleFunction | ( | OperandType | operand | ) | const [virtual] |
Implements Teuchos::SimpleFunctionXMLConverter< OperandType >.
Definition at line 259 of file Teuchos_StandardFunctionObjectXMLConverters.hpp.
1.7.6.1