LeviLamina
Loading...
Searching...
No Matches
BasicLoader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/cereal/BasicContextOwner.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
namespace
cereal {
struct
SchemaReader
; }
14
namespace
cereal::internal {
class
BasicSchema
; }
15
// clang-format on
16
17
namespace
cereal {
18
19
class
BasicLoader :
public
::cereal::BasicContextOwner
{
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::UntypedStorage<8, 144>
mUnkab84fe;
24
::ll::UntypedStorage<1, 1>
mUnke16cbe;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
BasicLoader& operator=(BasicLoader
const
&);
30
BasicLoader(BasicLoader
const
&);
31
BasicLoader();
32
33
public
:
34
// virtual functions
35
// NOLINTBEGIN
36
virtual
~BasicLoader();
37
// NOLINTEND
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCNAPI
BasicLoader
(
43
::cereal::ReflectionCtx
const
& reflectionCtx,
44
::cereal::ResultCode errorCodes,
45
::cereal::LoaderConfig
const
& config
46
);
47
48
MCNAPI
bool
loadImpl
(
49
::cereal::SchemaReader
& reader,
50
::entt::meta_handle handle,
51
::entt::meta_any
const
& loadContext,
52
::cereal::internal::BasicSchema
const
& fallback
53
);
54
// NOLINTEND
55
56
public
:
57
// constructor thunks
58
// NOLINTBEGIN
59
MCNAPI
void
*
$ctor
(
60
::cereal::ReflectionCtx
const
& reflectionCtx,
61
::cereal::ResultCode errorCodes,
62
::cereal::LoaderConfig
const
& config
63
);
64
// NOLINTEND
65
66
public
:
67
// destructor thunk
68
// NOLINTBEGIN
69
MCNAPI
void
$dtor
();
70
// NOLINTEND
71
72
public
:
73
// vftables
74
// NOLINTBEGIN
75
MCNAPI
static
void
**
$vftable
();
76
// NOLINTEND
77
};
78
79
}
// namespace cereal
cereal::BasicContextOwner
Definition
BasicContextOwner.h:7
cereal::BasicLoader::loadImpl
MCAPI bool loadImpl(::cereal::SchemaReader &reader, ::entt::meta_handle handle, ::entt::meta_any const &loadContext, ::cereal::internal::BasicSchema const &fallback)
cereal::BasicLoader::$ctor
MCAPI void * $ctor(::cereal::ReflectionCtx const &reflectionCtx, ::cereal::ResultCode errorCodes, ::cereal::LoaderConfig const &config)
cereal::BasicLoader::$vftable
static MCAPI void ** $vftable()
cereal::BasicLoader::BasicLoader
MCAPI BasicLoader(::cereal::ReflectionCtx const &reflectionCtx, ::cereal::ResultCode errorCodes, ::cereal::LoaderConfig const &config)
cereal::BasicLoader::$dtor
MCAPI void $dtor()
cereal::internal::BasicSchema
Definition
BasicSchema.h:24
cereal::LoaderConfig
Definition
LoaderConfig.h:7
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
cereal::SchemaReader
Definition
SchemaReader.h:12
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
cereal
BasicLoader.h
Generated on
for LeviLamina by
1.16.1