|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
A last resort converter for when no others will do. More...
#include <Teuchos_StandardParameterEntryXMLConverters.hpp>

Overridden from ParameterEntryXMLConverter | |
| const std::string | getTypeAttributeValue () const |
| | |
| const std::string | getValueAttributeValue (RCP< const ParameterEntry > entry) const |
| | |
| any | getAny (const XMLObject &xmlObj) const |
| | |
A last resort converter for when no others will do.
Writes out a raw string representation to xml and sets ParameterEntryValues as strings when they are read back in.
Definition at line 61 of file Teuchos_StandardParameterEntryXMLConverters.hpp.
| const std::string Teuchos::AnyParameterEntryConverter::getTypeAttributeValue | ( | ) | const [virtual] |
Implements Teuchos::ParameterEntryXMLConverter.
Definition at line 47 of file Teuchos_StandardParameterEntryXMLConverters.cpp.
| const std::string Teuchos::AnyParameterEntryConverter::getValueAttributeValue | ( | RCP< const ParameterEntry > | entry | ) | const [virtual] |
Implements Teuchos::ParameterEntryXMLConverter.
Definition at line 51 of file Teuchos_StandardParameterEntryXMLConverters.cpp.
| any Teuchos::AnyParameterEntryConverter::getAny | ( | const XMLObject & | xmlObj | ) | const [virtual] |
Implements Teuchos::ParameterEntryXMLConverter.
Definition at line 57 of file Teuchos_StandardParameterEntryXMLConverters.cpp.
1.7.6.1