LeviLamina
Loading...
Searching...
No Matches
PointerHeldEdge.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/NodeId.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13struct PointerHeldEdge {
14public:
15 // PointerHeldEdge inner types define
16 using RequirementCallback = ::std::function<bool(::PointerHeldScreenEventData const&, ::std::string const&, int)>;
17
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 64, ::std::function<bool(::PointerHeldScreenEventData const&, ::std::string const&, int)>>
22 mRequirement;
23 ::ll::TypedStorage<4, 4, ::NodeId> mTargetNode;
24 ::ll::TypedStorage<4, 4, int> mPriority;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 PointerHeldEdge& operator=(PointerHeldEdge const&);
30 PointerHeldEdge(PointerHeldEdge const&);
31 PointerHeldEdge();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCFOLD ::PointerHeldEdge& operator=(::PointerHeldEdge&&);
37
38 MCAPI ~PointerHeldEdge();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCFOLD void $dtor();
45 // NOLINTEND
46};
Definition PointerHeldEdge.h:5
Definition PointerHeldScreenEventData.h:5