Represents a boolean condition.
Used with CYIConditionEvaluator to notify users when one or more conditions are met.
#include <utility/YiCondition.h>
Friends | |
| class | CYIConditionEvaluator |
| CYICondition::CYICondition | ( | ) |
|
virtual |
|
inline |
Returns true when the condition has been set.
| void CYICondition::Set | ( | ) |
Sets the condition to true. To unset a condition use CYIConditionEvaluator::Reset
|
friend |