12 ::ll::TypedStorage<8, 8, int64 const> VALUE_MAX;
13 ::ll::TypedStorage<8, 8, int64 const> VALUE_MIN;
14 ::ll::TypedStorage<8, 8, int64> mValue;
15 ::ll::TypedStorage<8, 8, int64> mDefaultValue;
16 ::ll::TypedStorage<1, 1, bool> mClampToRange;
17 ::ll::TypedStorage<8, 24, ::std::vector<int64>> mPossibleValues;
18 ::ll::TypedStorage<8, 64, ::std::function<int(
int)>> mCoerceSaveValueCallback;
26 virtual void save(::std::vector<::std::pair<::std::string, ::std::string>>&) ;
28 virtual void load(::std::string
const&) ;