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