13 #ifndef BERRYEVALUATIONRESULT_
14 #define BERRYEVALUATIONRESULT_
123 static const int FALSE_VALUE;
124 static const int TRUE_VALUE;
125 static const int NOT_LOADED_VALUE;
static const SmartPointer< const EvaluationResult > NOT_LOADED
bool operator==(const Object *) const override
EvaluationResult::ConstPointer Or(const EvaluationResult::ConstPointer &other) const
EvaluationResult::ConstPointer And(const EvaluationResult::ConstPointer &other) const
berryObjectMacro(berry::EvaluationResult)
QString ToString() const override
bool operator!=(const Object *) const
static const SmartPointer< const EvaluationResult > TRUE_EVAL
static EvaluationResult::ConstPointer ValueOf(bool b)
EvaluationResult::ConstPointer Not() const
static const SmartPointer< const EvaluationResult > FALSE_EVAL
Light weight base class for most BlueBerry classes.
Implements transparent reference counting.
#define BERRY_EXPRESSIONS