8 #ifndef kFS_UPGEVALUATOR_H
9 #define kFS_UPGEVALUATOR_H
12 #include <kFireSync/Data/kPropertyList.h>
26 kDeclareClass(kFs, kUpgEvaluator,
kObject)
28 kFsFx(
kStatus) kUpgEvaluator_Construct(kUpgEvaluator* evaluator, kPropertyList propertyList,
kAlloc alloc);
30 kFsFx(
kStatus) kUpgEvaluator_SetMacro(kUpgEvaluator evaluator, const
kChar* name,
kBool value);
35 kFsFx(const
kChar*) kUpgEvaluator_LastProperty(kUpgEvaluator evaluator);
Evaluates a kUpgCondition.
Essential API declarations for the kFireSync library.
Represents a boolean condition in validation and script files.
Declares the kUpgCondition class.