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 // member functions
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37 public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI_C static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42 };
43
44public:
45 // member variables
46 // NOLINTBEGIN
48 // NOLINTEND
49
50public:
51 // prevent constructor by default
52 VolumeIdentifier& operator=(VolumeIdentifier const&);
53 VolumeIdentifier(VolumeIdentifier const&);
54 VolumeIdentifier();
55
56public:
57 // member functions
58 // NOLINTBEGIN
59
60 // NOLINTEND
61};
Definition VolumeIdentifier.h:18
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14