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 // destructor thunk
21 // NOLINTBEGIN
22 MCAPI void $dtor();
23 // NOLINTEND
24
25public:
26 // vftables
27 // NOLINTBEGIN
28 MCNAPI static void** $vftable();
29 // NOLINTEND
30};
31
32} // namespace cereal
Definition EnableNonOwnerReferences.h:7
Definition ReflectionCtx.h:11
static MCAPI void ** $vftable()
Definition ReflectionContext.h:7