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 virtual ~ReflectionCtx() /*override*/;
16 // NOLINTEND
17
18public:
19 // member functions
20 // NOLINTBEGIN
21
22 // NOLINTEND
23
24public:
25 // static functions
26 // NOLINTBEGIN
27 MCAPI static ::cereal::ReflectionCtx& global();
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCAPI_C void* $ctor();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCAPI void $dtor();
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
48
49} // namespace cereal
Definition EnableNonOwnerReferences.h:7
Definition ReflectionCtx.h:11
static MCAPI void ** $vftable()
Definition ReflectionContext.h:7