LeviLamina
Loading...
Searching...
No Matches
FocusContainerCustomData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 32, ::std::string> otherFocusContainerName;
10 ::ll::TypedStorage<8, 32, ::std::string> focusIdInside;
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 FocusContainerCustomData(FocusContainerCustomData const&);
16 FocusContainerCustomData();
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCFOLD ::FocusContainerCustomData& operator=(::FocusContainerCustomData const&);
22
23 MCAPI ~FocusContainerCustomData();
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29 MCFOLD void $dtor();
30 // NOLINTEND
31};
Definition FocusContainerCustomData.h:5