|
Teuchos - Trilinos Tools Package
Version of the Day
|
A standard ParameterEntryXMLConverter for most data types. More...
#include <Teuchos_StandardParameterEntryXMLConverters.hpp>
Public Member Functions | |
Overridden from ParameterEntryXMLConverter | |
| virtual const std::string | getTypeAttributeValue () const |
| | |
| virtual const std::string | getValueAttributeValue (RCP< const ParameterEntry > entry) const |
| | |
| any | getAny (const XMLObject &xmlObj) const |
| | |
A standard ParameterEntryXMLConverter for most data types.
This converter is appropriate for most data types.
Definition at line 87 of file Teuchos_StandardParameterEntryXMLConverters.hpp.
| virtual const std::string Teuchos::StandardTemplatedParameterConverter< T >::getTypeAttributeValue | ( | ) | const [inline, virtual] |
Implements Teuchos::ParameterEntryXMLConverter.
Definition at line 97 of file Teuchos_StandardParameterEntryXMLConverters.hpp.
| virtual const std::string Teuchos::StandardTemplatedParameterConverter< T >::getValueAttributeValue | ( | RCP< const ParameterEntry > | entry | ) | const [inline, virtual] |
Implements Teuchos::ParameterEntryXMLConverter.
Definition at line 102 of file Teuchos_StandardParameterEntryXMLConverters.hpp.
| any Teuchos::StandardTemplatedParameterConverter< T >::getAny | ( | const XMLObject & | xmlObj | ) | const [inline, virtual] |
Implements Teuchos::ParameterEntryXMLConverter.
Definition at line 108 of file Teuchos_StandardParameterEntryXMLConverters.hpp.
1.7.6.1