LeviLamina
Loading...
Searching...
No Matches
Proxy.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
11namespace BlockGeometrySerializer {
12
13struct Proxy {
14public:
15 // member variables
16 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 Proxy& operator=(Proxy const&);
25 Proxy();
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCAPI ~Proxy();
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void bindTypes(::cereal::ReflectionCtx& ctx);
39
40 MCAPI static void from(::BlockGeometryDescription& desc, ::BlockGeometrySerializer::Proxy proxy);
41
42 MCAPI static ::BlockGeometrySerializer::Proxy to(::BlockGeometryDescription const& desc);
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(::BlockGeometrySerializer::Proxy const&);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCAPI void $dtor();
55 // NOLINTEND
56};
57
58} // namespace BlockGeometrySerializer
Definition BlockGeometryDescription.h:16
Definition Proxy.h:13
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14