|
Teuchos - Trilinos Tools Package
Version of the Day
|
A function object represents an arbitrary function. More...
#include <Teuchos_FunctionObject.hpp>
XMLSerialiation Functions | |
| virtual std::string | getTypeAttributeValue () const =0 |
| Returns the string to be used for the value of the type attribute when converting the function to XML. | |
| static const std::string & | getXMLTagName () |
| Returns the name of the XML tag used to indicate a funciton object. | |
A function object represents an arbitrary function.
Definition at line 59 of file Teuchos_FunctionObject.hpp.
| virtual std::string Teuchos::FunctionObject::getTypeAttributeValue | ( | ) | const [pure virtual] |
Returns the string to be used for the value of the type attribute when converting the function to XML.
Implemented in Teuchos::DivisionFunction< OperandType >, Teuchos::MultiplicationFunction< OperandType >, Teuchos::AdditionFunction< OperandType >, and Teuchos::SubtractionFunction< OperandType >.
| static const std::string& Teuchos::FunctionObject::getXMLTagName | ( | ) | [inline, static] |
Returns the name of the XML tag used to indicate a funciton object.
Definition at line 74 of file Teuchos_FunctionObject.hpp.
1.7.6.1