LeviLamina
Loading...
Searching...
No Matches
RakDataOutput.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/BytesDataOutput.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
RakNet {
class
BitStream; }
11
// clang-format on
12
13
class
RakDataOutput
:
public
::BytesDataOutput
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 8, ::RakNet::BitStream&> mBitStream;
18
// NOLINTEND
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
// vIndex: 9
24
virtual
void
writeBytes(
void
const
* data, uint64 bytes)
/*override*/
;
25
26
// vIndex: 0
27
virtual
~RakDataOutput
()
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCFOLD
void
$dtor();
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI
void
$writeBytes(
void
const
* data, uint64 bytes);
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCAPI
static
void
** $vftable();
46
// NOLINTEND
47
};
BytesDataOutput
Definition
BytesDataOutput.h:8
RakDataOutput
Definition
RakDataOutput.h:13
src
mc
util
RakDataOutput.h
Generated on Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0