LeviLamina
Loading...
Searching...
No Matches
BinarySaver.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/cereal/BasicSaver.h"
7
#include "mc/deps/cereal/BinarySchemaWriter.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BinaryStream
;
12
namespace
cereal {
struct
ReflectionCtx
; }
13
// clang-format on
14
15
namespace
cereal {
16
17
class
BinarySaver :
public
::cereal::BasicSaver
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 24, ::cereal::BinarySchemaWriter> mWriter;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
BinarySaver();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI BinarySaver(
::BinaryStream
& stream,
::cereal::ReflectionCtx
const
& reflectionCtx);
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCAPI
void
* $ctor(
::BinaryStream
& stream,
::cereal::ReflectionCtx
const
& reflectionCtx);
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
46
47
}
// namespace cereal
BinaryStream
Definition
BinaryStream.h:11
cereal::BasicSaver
Definition
BasicSaver.h:20
cereal::BinarySaver::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
src
mc
deps
cereal
BinarySaver.h
Generated on
for LeviLamina by
1.16.1