LeviLamina
Loading...
Searching...
No Matches
ReflectionCtx.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/internal/ReflectionContext.h"
7#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
9namespace cereal {
10
12public:
13 // prevent constructor by default
14 ReflectionCtx& operator=(ReflectionCtx const&);
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~ReflectionCtx() /*override*/;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCAPI static ::cereal::ReflectionCtx& global();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::cereal::ReflectionCtx const&);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCAPI static void** $vftable();
51 // NOLINTEND
52};
53
54} // namespace cereal
Definition EnableNonOwnerReferences.h:7
Definition ReflectionCtx.h:11
Definition ReflectionContext.h:7