9 ::ll::TypedStorage<4, 4, int> mMinValue;
10 ::ll::TypedStorage<4, 4, int> mMaxValue;
11 ::ll::TypedStorage<1, 1, bool> mInvert;
12 ::ll::TypedStorage<1, 1, bool> mInclusive;
22 MCAPI
bool isWithinRange(
int value)
const;
30 MCAPI
void* $ctor(
int minVal,
int maxVal,
bool invert,
bool inclusive);