14 ::ll::TypedStorage<8, 32, ::std::string> mCollectionName;
15 ::ll::TypedStorage<4, 4, int> mCollectionIndex;
26 MCAPI SlotData(::std::string&& collectionName,
int collectionIndex);
29 MCAPI SlotData(::std::string
const& collectionName,
int collectionIndex);
34 MCAPI
bool isActive()
const;
36 MCAPI
bool matches(::SlotData
const& other)
const;
38 MCAPI
bool operator!=(::SlotData
const& other)
const;
40 MCAPI
bool operator==(::SlotData
const& other)
const;
42 MCAPI
void set(::std::string
const& collectionName,
int collectionIndex);
51 MCAPI static ::SlotData& UNKNOWN_LOCATION();
62 MCAPI
void* $ctor(::std::string&& collectionName,
int collectionIndex);
65 MCFOLD
void* $ctor(::std::string
const& collectionName,
int collectionIndex);