|
Optika Development
|
#include <Optika_StandardConditions.hpp>


Public Member Functions | |
| AndCondition (ConditionList &conditions) | |
| virtual | ~AndCondition () |
| bool | isConditionTrue () |
A Binary Logic Condition that returns the result or perfroming a logical AND on the conditions.
| Optika::AndCondition::AndCondition | ( | ConditionList & | conditions | ) |
Constructs an And Condition
| conditions | The conditions to be evaluated. |
| virtual Optika::AndCondition::~AndCondition | ( | ) | [inline, virtual] |
Deconstructs an And Condition.
| bool Optika::AndCondition::isConditionTrue | ( | ) | [virtual] |
Determins whether or not a condition is true.
Implements Optika::BinaryLogicalCondition.
1.7.4