LeviLamina
Loading...
Searching...
No Matches
JSONSchemaBuilder.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
10class JSONSchemaBuilder {
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 JSONSchemaBuilder& operator=(JSONSchemaBuilder const&);
22 JSONSchemaBuilder(JSONSchemaBuilder const&);
23 JSONSchemaBuilder();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28#ifdef LL_PLAT_S
29 MCNAPI explicit JSONSchemaBuilder(::cereal::ReflectionCtx& context);
30
31 MCNAPI ::JSONSchemaBuilder& minecraftVersion(::std::string version);
32
33 MCNAPI ~JSONSchemaBuilder();
34#endif
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40#ifdef LL_PLAT_S
41 MCNAPI void* $ctor(::cereal::ReflectionCtx& context);
42#endif
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48#ifdef LL_PLAT_S
49 MCNAPI void $dtor();
50#endif
51 // NOLINTEND
52};
Definition ReflectionCtx.h:11
Definition context.h:5
Definition Alias.h:14