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

Overridden from BoolLogicConditionConverter | |
| RCP< BoolLogicCondition > | getSpecificBoolLogicCondition (Condition::ConstConditionList &conditions) const |
| | |
An xml converter for OrConditions.
The valid XML represntation for an OrCondition is:
<Condition type="OrCondition"> ...Conditions to "or" together... </Condition>
Definition at line 105 of file Teuchos_StandardConditionXMLConverters.hpp.
| RCP< BoolLogicCondition > Teuchos::OrConditionConverter::getSpecificBoolLogicCondition | ( | Condition::ConstConditionList & | conditions | ) | const [virtual] |
Implements Teuchos::BoolLogicConditionConverter.
Definition at line 80 of file Teuchos_StandardConditionXMLConverters.cpp.
1.7.6.1