LeviLamina
Loading...
Searching...
No Matches
StrictJsonLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/BasicLoader.h"
7
8namespace cereal {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 virtual ~StrictJsonLoader() /*override*/;
15 // NOLINTEND
16
17public:
18 // destructor thunk
19 // NOLINTBEGIN
20 MCNAPI void $dtor();
21 // NOLINTEND
22
23public:
24 // vftables
25 // NOLINTBEGIN
26 MCNAPI static void** $vftable();
27 // NOLINTEND
28};
29
30} // namespace cereal
Definition BasicLoader.h:16
Definition StrictJsonLoader.h:10
static MCAPI void ** $vftable()