LeviLamina
Loading...
Searching...
No Matches
NonStrictJsonLoader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/cereal/BasicLoader.h"
7
#include "mc/deps/cereal/ResultCode.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
cereal {
struct
LoaderConfig
; }
12
namespace
cereal {
struct
ReflectionCtx
; }
13
// clang-format on
14
15
namespace
cereal {
16
17
class
NonStrictJsonLoader :
public
::cereal::BasicLoader
{
18
public
:
19
// prevent constructor by default
20
NonStrictJsonLoader();
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI NonStrictJsonLoader(
26
::cereal::ReflectionCtx
const
& reflectionCtx,
27
::cereal::ResultCode errorCodes,
28
::cereal::LoaderConfig
const
& config
29
);
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCFOLD
void
* $ctor(
36
::cereal::ReflectionCtx
const
& reflectionCtx,
37
::cereal::ResultCode errorCodes,
38
::cereal::LoaderConfig
const
& config
39
);
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
48
49
}
// namespace cereal
cereal::BasicLoader
Definition
BasicLoader.h:21
cereal::NonStrictJsonLoader::$vftable
static MCAPI void ** $vftable()
cereal::LoaderConfig
Definition
LoaderConfig.h:7
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
src
mc
deps
cereal
NonStrictJsonLoader.h
Generated on
for LeviLamina by
1.16.1