|
Teuchos - Trilinos Tools Package
Version of the Day
|
An xml converter for AndConditions. More...
#include <Teuchos_StandardConditionXMLConverters.hpp>
Public Member Functions | |
Overridden from BoolLogicConditionConverter | |
| RCP< BoolLogicCondition > | getSpecificBoolLogicCondition (Condition::ConstConditionList &conditions) const |
| | |
An xml converter for AndConditions.
The valid XML represntation for an AndCondition is:
<Condition type="AndCondition"> ...Conditions to "and" together... </Condition>
Definition at line 129 of file Teuchos_StandardConditionXMLConverters.hpp.
| RCP< BoolLogicCondition > Teuchos::AndConditionConverter::getSpecificBoolLogicCondition | ( | Condition::ConstConditionList & | conditions | ) | const [virtual] |
Implements Teuchos::BoolLogicConditionConverter.
Definition at line 87 of file Teuchos_StandardConditionXMLConverters.cpp.
1.7.6.1