LeviLamina
Loading...
Searching...
No Matches
EditorJigsawSection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::Services {
6
7struct EditorJigsawSection {
8public:
9 // member variables
10 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 EditorJigsawSection(EditorJigsawSection const&);
20 EditorJigsawSection();
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI ::Editor::Services::EditorJigsawSection& operator=(::Editor::Services::EditorJigsawSection&&);
26
27 MCNAPI ::Editor::Services::EditorJigsawSection& operator=(::Editor::Services::EditorJigsawSection const&);
28
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCNAPI void $dtor();
36 // NOLINTEND
37};
38
39} // namespace Editor::Services
Definition EditorJigsawSection.h:7
MCAPI::Editor::Services::EditorJigsawSection & operator=(::Editor::Services::EditorJigsawSection &&)
MCAPI::Editor::Services::EditorJigsawSection & operator=(::Editor::Services::EditorJigsawSection const &)
Definition Alias.h:14