LeviLamina
Loading...
Searching...
No Matches
BinaryLoader.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
10class BinaryLoader : public ::cereal::BasicLoader {
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 BinaryLoader& operator=(BinaryLoader const&);
20 BinaryLoader(BinaryLoader const&);
21 BinaryLoader();
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~BinaryLoader() /*override*/;
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCNAPI void $dtor();
33 // NOLINTEND
34
35public:
36 // vftables
37 // NOLINTBEGIN
38 MCNAPI static void** $vftable();
39 // NOLINTEND
40};
41
42} // namespace cereal
Definition BasicLoader.h:16
static MCAPI void ** $vftable()
MCAPI void $dtor()
Definition Alias.h:14