LeviLamina
Loading...
Searching...
No Matches
StatesProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/BlockDescriptor.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace BlockDescriptorSerializer {
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 StatesProxy& operator=(StatesProxy const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI void fromMap(::std::map<::std::string, ::SharedTypes::Legacy::BlockDescriptor::Compound> const& proxyMap);
32
33 MCNAPI ::BlockDescriptorSerializer::StatesProxy& operator=(::BlockDescriptorSerializer::StatesProxy&&);
34
35 MCNAPI ~StatesProxy();
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
42
43 MCNAPI static ::std::map<::std::string, ::SharedTypes::Legacy::BlockDescriptor::Compound>
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
53
54} // namespace BlockDescriptorSerializer
Definition StatesProxy.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::BlockDescriptorSerializer::StatesProxy & operator=(::BlockDescriptorSerializer::StatesProxy &&)
MCAPI void fromMap(::std::map<::std::string, ::SharedTypes::Legacy::BlockDescriptor::Compound > const &proxyMap)
static MCAPI ::std::map<::std::string, ::SharedTypes::Legacy::BlockDescriptor::Compound > toMap(::BlockDescriptorSerializer::StatesProxy const &instance)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14