LeviLamina
Loading...
Searching...
No Matches
Contents.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class SemVersion;
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace SharedTypes::Legacy::Spawn {
12
13struct Contents {
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 Contents& operator=(Contents const&);
24 Contents(Contents const&);
25 Contents();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ~Contents();
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // static variables
41 // NOLINTBEGIN
42 MCAPI static ::SemVersion const& VERSION();
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
51
52} // namespace SharedTypes::Legacy::Spawn
Definition SemVersion.h:15
Definition Contents.h:13
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14