LeviLamina
Loading...
Searching...
No Matches
DocumentComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/store/servicecomponent/StoreUIComponent.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mDocumentReference;
13 ::ll::TypedStorage<8, 32, ::std::string> mDocumentId;
14 // NOLINTEND
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~DocumentComponent() /*override*/ = default;
21 // NOLINTEND
22
23public:
24 // destructor thunk
25 // NOLINTBEGIN
26
27 // NOLINTEND
28};
Definition DocumentComponent.h:8
Definition StoreUIComponent.h:19