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