|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
A Bool Condition is a Parameter Condition that evaluates whether or not a Boolean parameter is ture. More...
#include <Teuchos_StandardConditions.hpp>

Constructors/Destructor | |
| BoolCondition (RCP< const ParameterEntry > parameter) | |
| Constructs a Bool Condition. | |
| virtual | ~BoolCondition () |
Overridden from Condition | |
| std::string | getTypeAttributeValue () const |
| Get the value that should be used for the condition type attribute when converting a condition to XML. | |
Overridden from ParameterCondition | |
| bool | evaluateParameter () const |
A Bool Condition is a Parameter Condition that evaluates whether or not a Boolean parameter is ture.
Please see BoolConditionConverter for documenation regarding the XML representation of this condition.
Definition at line 374 of file Teuchos_StandardConditions.hpp.
| Teuchos::BoolCondition::BoolCondition | ( | RCP< const ParameterEntry > | parameter | ) |
Constructs a Bool Condition.
| parameterName | The name of the parameter to be evaluated. |
Definition at line 231 of file Teuchos_StandardConditions.cpp.
| virtual Teuchos::BoolCondition::~BoolCondition | ( | ) | [inline, virtual] |
Definition at line 388 of file Teuchos_StandardConditions.hpp.
| std::string Teuchos::BoolCondition::getTypeAttributeValue | ( | ) | const [inline, virtual] |
Get the value that should be used for the condition type attribute when converting a condition to XML.
Implements Teuchos::Condition.
Definition at line 395 of file Teuchos_StandardConditions.hpp.
| bool Teuchos::BoolCondition::evaluateParameter | ( | ) | const [virtual] |
Evaluate the current condition of a parameter and return the result.
| The | result of evaluating the current condition of the parameter. |
Implements Teuchos::ParameterCondition.
Definition at line 243 of file Teuchos_StandardConditions.cpp.
1.7.6.1