LeviLamina
Loading...
Searching...
No Matches
VolumeIdentifier.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 VolumeIdentifier {
11public:
12 // VolumeIdentifier inner types declare
13 // clang-format off
14 struct ConstrainedString;
15 // clang-format on
16
17 // VolumeIdentifier inner types define
18 struct ConstrainedString {
19 public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25 public:
26 // prevent constructor by default
27 ConstrainedString& operator=(ConstrainedString const&);
28 ConstrainedString(ConstrainedString const&);
29 ConstrainedString();
30
31 public:
32 // static functions
33 // NOLINTBEGIN
34#ifdef LL_PLAT_C
35 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
36#endif
37 // NOLINTEND
38 };
39
40public:
41 // member variables
42 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // prevent constructor by default
48 VolumeIdentifier& operator=(VolumeIdentifier const&);
49 VolumeIdentifier(VolumeIdentifier const&);
50 VolumeIdentifier();
51
52public:
53 // static functions
54 // NOLINTBEGIN
55#ifdef LL_PLAT_C
56 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
57#endif
58 // NOLINTEND
59};
Definition VolumeIdentifier.h:18
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14