13 ::ll::TypedStorage<8, 16, ::Json::Value> mJsonValue;
14 ::ll::TypedStorage<4, 4, int> mChangeVersion;
25 MCAPI ::std::unique_ptr<::PropertyBag> clone()
const;
27 MCAPI
void erase(::std::string_view key);
29 MCFOLD
int getChangeVersion()
const;
31 MCAPI
bool has(::std::string_view key)
const;
33 MCAPI
bool set(::std::string_view key, ::std::vector<::Json::Value>
const& val);
35 MCAPI
bool set(::std::string_view key, ::std::vector<bool>
const& val);
42 MCFOLD ::Json::Value
const& toJsonValue()
const;
44 MCAPI ::std::string toString()
const;
50 MCAPI static ::PropertyBag& EMPTY();