|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
An xml converter for BoolLogicConditions. More...
#include <Teuchos_StandardConditionXMLConverters.hpp>

Special Converter Functions | |
| virtual RCP< BoolLogicCondition > | getSpecificBoolLogicCondition (Condition::ConstConditionList &conditions) const =0 |
| Gets the specific BoolLogicCondition to be returned by this conveter when converting from XML. | |
Overridden from ConditionXMLConverter | |
| virtual RCP< Condition > | convertXML (const XMLObject &xmlObj, const XMLParameterListReader::EntryIDsMap &entryIDsMap) const |
| | |
| void | convertCondition (const RCP< const Condition > condition, XMLObject &xmlObj, const XMLParameterListWriter::EntryIDsMap &entryIDsMap) const |
| | |
An xml converter for BoolLogicConditions.
Definition at line 59 of file Teuchos_StandardConditionXMLConverters.hpp.
| virtual RCP<BoolLogicCondition> Teuchos::BoolLogicConditionConverter::getSpecificBoolLogicCondition | ( | Condition::ConstConditionList & | conditions | ) | const [pure virtual] |
Gets the specific BoolLogicCondition to be returned by this conveter when converting from XML.
| conditions | The condition list for the BoolLogic converter that is being converted. |
Implemented in Teuchos::EqualsConditionConverter, Teuchos::AndConditionConverter, and Teuchos::OrConditionConverter.
| RCP< Condition > Teuchos::BoolLogicConditionConverter::convertXML | ( | const XMLObject & | xmlObj, |
| const XMLParameterListReader::EntryIDsMap & | entryIDsMap | ||
| ) | const [virtual] |
Implements Teuchos::ConditionXMLConverter.
Definition at line 49 of file Teuchos_StandardConditionXMLConverters.cpp.
| void Teuchos::BoolLogicConditionConverter::convertCondition | ( | const RCP< const Condition > | condition, |
| XMLObject & | xmlObj, | ||
| const XMLParameterListWriter::EntryIDsMap & | entryIDsMap | ||
| ) | const [virtual] |
Implements Teuchos::ConditionXMLConverter.
Definition at line 61 of file Teuchos_StandardConditionXMLConverters.cpp.
1.7.6.1