3#include "mc/_HeaderOutputPredefine.h"
9namespace Json {
class Value; }
16 ::ll::TypedStorage<8, 24, ::std::vector<::ExprToken>> mTokens;
17 ::ll::TypedStorage<1, 1, bool> mIsStatic;
23 MCFOLD
bool empty()
const;
25 MCAPI ::Json::Value evaluate(::UIPropertyBag* bag)
const;
27 MCAPI uint64 forEachPropertyName(::std::function<
void(::std::string
const&)> callback)
const;
29 MCAPI uint64 forEachPropertyToken(::std::function<
void(::ExprToken&)> callback);
31 MCFOLD
bool isStatic()
const;
33 MCAPI ~UiExpression();
Definition UIPropertyBag.h:5
Definition UiExpression.h:5