LeviLamina
Loading...
Searching...
No Matches
RakDataInput.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/Result.h"
7#include "mc/util/BytesDataInput.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace RakNet { class BitStream; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::RakNet::BitStream&> mBitStream;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 RakDataInput& operator=(RakDataInput const&);
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 9
31 virtual ::Bedrock::Result<void> readBytesResult(void* data, uint64 bytes) /*override*/;
32
33 // vIndex: 10
34 virtual uint64 numBytesLeft() const /*override*/;
35
36 // vIndex: 0
37 virtual ~RakDataInput() /*override*/;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCNAPI ::Bedrock::Result<void> $readBytesResult(void* data, uint64 bytes);
50
51 MCNAPI uint64 $numBytesLeft() const;
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition BytesDataInput.h:9
Definition RakDataInput.h:14
MCAPI ::Bedrock::Result< void > $readBytesResult(void *data, uint64 bytes)
static MCAPI void ** $vftable()
MCAPI void $dtor()
MCAPI uint64 $numBytesLeft() const