LeviLamina
Loading...
Searching...
No Matches
BundleTooltipLayoutData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/brstd/flat_map.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<4, 4, int> numRows;
13 ::ll::TypedStorage<4, 4, int> numCols;
14 ::ll::TypedStorage<4, 4, int> numShownItemStacks;
15 ::ll::TypedStorage<4, 4, int> numHiddenItemStacks;
16 ::ll::TypedStorage<4, 4, int> hiddenItemsCount;
17 ::ll::TypedStorage<8, 48, ::brstd::flat_map<int, int, ::std::less<int>, ::std::vector<int>, ::std::vector<int>>>
18 itemOrderToContainerIndexMap;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ~BundleTooltipLayoutData();
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCAPI void $dtor();
31 // NOLINTEND
32};
Definition BundleTooltipLayoutData.h:5