|
Teuchos - Trilinos Tools Package
Version of the Day
|
Class for converting MultiplicationFunction objects to and from XML. More...
#include <Teuchos_StandardFunctionObjectXMLConverters.hpp>
Public Member Functions | |
Overridden from SimpleFunctionXMLConverter | |
| RCP< SimpleFunctionObject < OperandType > > | getSpecificSimpleFunction (OperandType operand) const |
| | |
Class for converting MultiplicationFunction objects to and from XML.
The valid XML represntation of a MultiplicationFunction is:
<Function operand="operand value" type="MultiplicationFunction(operand_type)"/>
Definition at line 210 of file Teuchos_StandardFunctionObjectXMLConverters.hpp.
| RCP< SimpleFunctionObject< OperandType > > Teuchos::MultiplicationFunctionXMLConverter< OperandType >::getSpecificSimpleFunction | ( | OperandType | operand | ) | const [virtual] |
Implements Teuchos::SimpleFunctionXMLConverter< OperandType >.
Definition at line 227 of file Teuchos_StandardFunctionObjectXMLConverters.hpp.
1.7.6.1