LeviLamina
Loading...
Searching...
No Matches
VolumeDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10struct VolumeDefinition {
11public:
12 // VolumeDefinition inner types declare
13 // clang-format off
14 struct VolumeDescription;
15 // clang-format on
16
17 // VolumeDefinition inner types define
18 struct VolumeDescription {
19 public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25#ifdef LL_PLAT_S
26 public:
27 // prevent constructor by default
28 VolumeDescription& operator=(VolumeDescription const&);
29 VolumeDescription(VolumeDescription const&);
30 VolumeDescription();
31
32#else // LL_PLAT_C
33 public:
34 // prevent constructor by default
35 VolumeDescription(VolumeDescription const&);
36 VolumeDescription();
37
38#endif
39 public:
40 // member functions
41 // NOLINTBEGIN
42#ifdef LL_PLAT_C
43 MCNAPI ::VolumeDefinition::VolumeDescription& operator=(::VolumeDefinition::VolumeDescription&&);
44
45 MCNAPI ::VolumeDefinition::VolumeDescription& operator=(::VolumeDefinition::VolumeDescription const&);
46
47 MCNAPI ~VolumeDescription();
48#endif
49 // NOLINTEND
50
51 public:
52 // destructor thunk
53 // NOLINTBEGIN
54#ifdef LL_PLAT_C
55 MCNAPI void $dtor();
56#endif
57 // NOLINTEND
58 };
59
60public:
61 // member variables
62 // NOLINTBEGIN
66 // NOLINTEND
67
68public:
69 // prevent constructor by default
70 VolumeDefinition& operator=(VolumeDefinition const&);
71 VolumeDefinition(VolumeDefinition const&);
72 VolumeDefinition();
73
74public:
75 // member functions
76 // NOLINTBEGIN
77#ifdef LL_PLAT_C
78 MCNAPI ~VolumeDefinition();
79#endif
80 // NOLINTEND
81
82public:
83 // static functions
84 // NOLINTBEGIN
85#ifdef LL_PLAT_C
86 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
87#endif
88 // NOLINTEND
89
90public:
91 // static variables
92 // NOLINTBEGIN
93 MCNAPI static ::std::string const& NAME();
94 // NOLINTEND
95
96public:
97 // destructor thunk
98 // NOLINTBEGIN
99#ifdef LL_PLAT_C
100 MCNAPI void $dtor();
101#endif
102 // NOLINTEND
103};
Definition VolumeDefinition.h:18
static MCAPI ::std::string const & NAME()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14