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