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
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11struct VolumeDefinition {
12public:
13 // VolumeDefinition inner types declare
14 // clang-format off
15 struct VolumeDescription;
16 // clang-format on
17
18 // VolumeDefinition inner types define
19 struct VolumeDescription {
20 public:
21 // member variables
22 // NOLINTBEGIN
24 // NOLINTEND
25
26 public:
27 // prevent constructor by default
28 VolumeDescription& operator=(VolumeDescription const&);
29 VolumeDescription(VolumeDescription const&);
30 VolumeDescription();
31
32 public:
33 // member functions
34 // NOLINTBEGIN
35#ifdef LL_PLAT_C
36 MCNAPI ~VolumeDescription();
37#endif
38 // NOLINTEND
39
40 public:
41 // destructor thunk
42 // NOLINTBEGIN
43#ifdef LL_PLAT_C
44 MCNAPI void $dtor();
45#endif
46 // NOLINTEND
47 };
48
49public:
50 // member variables
51 // NOLINTBEGIN
55 // NOLINTEND
56
57#ifdef LL_PLAT_S
58public:
59 // prevent constructor by default
60 VolumeDefinition& operator=(VolumeDefinition const&);
61 VolumeDefinition(VolumeDefinition const&);
62 VolumeDefinition();
63
64#else // LL_PLAT_C
65public:
66 // prevent constructor by default
67 VolumeDefinition();
68
69#endif
70public:
71 // member functions
72 // NOLINTBEGIN
73#ifdef LL_PLAT_C
74 MCNAPI VolumeDefinition(::VolumeDefinition const&);
75
76 MCNAPI ::VolumeDefinition& operator=(::VolumeDefinition&&);
77
78 MCNAPI ::VolumeDefinition& operator=(::VolumeDefinition const&);
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
89 MCNAPI static ::SemVersionConstant const& getMaxSupportedVersion();
90 // NOLINTEND
91
92public:
93 // static variables
94 // NOLINTBEGIN
95 MCNAPI static ::std::string const& NAME();
96 // NOLINTEND
97
98public:
99 // constructor thunks
100 // NOLINTBEGIN
101#ifdef LL_PLAT_C
102 MCNAPI void* $ctor(::VolumeDefinition const&);
103#endif
104 // NOLINTEND
105};
Definition SemVersionConstant.h:8
Definition VolumeDefinition.h:19
static MCAPI ::SemVersionConstant const & getMaxSupportedVersion()
static MCAPI ::std::string const & NAME()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14