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();
32#endif
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38#ifdef LL_PLAT_S
39 MCNAPI void* $ctor(::cereal::ReflectionCtx& context);
40#endif
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46#ifdef LL_PLAT_S
47 MCNAPI void $dtor();
48#endif
49 // NOLINTEND
50};
Definition ReflectionCtx.h:11
Definition context.h:5
Definition Alias.h:14