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 public:
26 // prevent constructor by default
27 VolumeDescription& operator=(VolumeDescription const&);
28 VolumeDescription(VolumeDescription const&);
29 VolumeDescription();
30 };
31
32public:
33 // member variables
34 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // prevent constructor by default
42 VolumeDefinition& operator=(VolumeDefinition const&);
43 VolumeDefinition(VolumeDefinition const&);
44 VolumeDefinition();
45
46public:
47 // static functions
48 // NOLINTBEGIN
49#ifdef LL_PLAT_C
50 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
51#endif
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCNAPI static ::std::string const& NAME();
58 // NOLINTEND
59};
Definition VolumeDefinition.h:18
static MCAPI ::std::string const & NAME()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14