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 // virtual functions
14 // NOLINTBEGIN
15 // vIndex: 0
16 virtual ~ReflectionCtx() /*override*/;
17 // NOLINTEND
18
19public:
20 // static functions
21 // NOLINTBEGIN
22 MCAPI static ::cereal::ReflectionCtx& global();
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCAPI void $dtor();
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCNAPI static void** $vftable();
35 // NOLINTEND
36};
37
38} // namespace cereal
Definition EnableNonOwnerReferences.h:7
Definition ReflectionCtx.h:11
static MCAPI void ** $vftable()
Definition ReflectionContext.h:7