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
10namespace RakNet { class BitStream; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::RakNet::BitStream&> mBitStream;
18 // NOLINTEND
19
20public:
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
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCFOLD void $dtor();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCAPI void $writeBytes(void const* data, uint64 bytes);
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCAPI static void** $vftable();
46 // NOLINTEND
47};
Definition BytesDataOutput.h:8
Definition RakDataOutput.h:13