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
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11namespace cereal { struct SchemaReader; }
12namespace cereal::internal { class BasicSchema; }
13// clang-format on
14
15namespace cereal {
16
18public:
19 // member variables
20 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 BasicLoader& operator=(BasicLoader const&);
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~BasicLoader();
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI explicit BasicLoader(::cereal::ReflectionCtx const& reflectionCtx);
41
42 MCAPI bool loadImpl(
44 ::entt::meta_handle handle,
45 ::entt::meta_any const& loadContext,
47 );
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(::cereal::ReflectionCtx const& reflectionCtx);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCFOLD void $dtor();
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCAPI static void** $vftable();
66 // NOLINTEND
67};
68
69} // namespace cereal
Definition BasicContextOwner.h:7
Definition BasicLoader.h:17
Definition BasicSchema.h:17
Definition ReflectionCtx.h:11
Definition SchemaReader.h:15
Definition Alias.h:14