LeviLamina
Loading...
Searching...
No Matches
PDPData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/PDPSectionType.h"
7
8// auto generated forward declare list
9// clang-format off
10class PDPSection;
11class StoreCatalogItem;
12// clang-format on
13
14struct PDPData {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::StoreCatalogItem&> item;
19 ::ll::TypedStorage<8, 16, ::std::map<::PDPSectionType, ::std::unique_ptr<::PDPSection>>> sections;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 PDPData& operator=(PDPData const&);
25 PDPData(PDPData const&);
26 PDPData();
27};
Definition PDPSection.h:5
Definition PDPData.h:5