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#include "mc/deps/cereal/ResultCode.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace cereal {
15
17public:
18 // prevent constructor by default
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 0
25 virtual ~NonStrictJsonLoader() /*override*/;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI NonStrictJsonLoader(::cereal::ReflectionCtx const&, ::cereal::ResultCode);
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCNAPI void* $ctor(::cereal::ReflectionCtx const&, ::cereal::ResultCode);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
52
53} // namespace cereal
Definition BasicLoader.h:16
Definition NonStrictJsonLoader.h:16
MCAPI NonStrictJsonLoader(::cereal::ReflectionCtx const &, ::cereal::ResultCode)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::cereal::ReflectionCtx const &, ::cereal::ResultCode)
Definition ReflectionCtx.h:11