LeviLamina
Loading...
Searching...
No Matches
ByteBufferReader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
rtc {
class
ByteBufferWriter; }
8
// clang-format on
9
10
namespace
rtc {
11
12
class
ByteBufferReader
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 8>
mUnk4edf89;
17
::ll::UntypedStorage<8, 8>
mUnk14d02f;
18
::ll::UntypedStorage<8, 8>
mUnk727777;
19
::ll::UntypedStorage<8, 8>
mUnk8581df;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
ByteBufferReader
& operator=(
ByteBufferReader
const
&);
25
ByteBufferReader
(
ByteBufferReader
const
&);
26
ByteBufferReader
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
explicit
ByteBufferReader
(
::rtc::ByteBufferWriter
const
&);
32
33
MCAPI
explicit
ByteBufferReader
(
::rtc::ArrayView<uchar const>
);
34
35
MCAPI
void
Construct(uchar
const
*, uint64);
36
37
MCAPI
bool
Consume(uint64);
38
39
MCAPI
bool
ReadBytes(
::rtc::ArrayView<uchar>
);
40
41
MCAPI
bool
ReadBytes(uchar*, uint64);
42
43
MCAPI
bool
ReadString(::std::string*, uint64);
44
45
MCAPI
bool
ReadStringView(::std::string_view*, uint64);
46
47
MCAPI
bool
ReadUInt16(ushort*);
48
49
MCAPI
bool
ReadUInt32(uint*);
50
51
MCAPI
bool
ReadUInt64(uint64*);
52
53
MCAPI
bool
ReadUInt8(uchar*);
54
55
MCAPI
bool
ReadUVarint(uint64*);
56
// NOLINTEND
57
58
public
:
59
// constructor thunks
60
// NOLINTBEGIN
61
MCAPI
void
* $ctor(
::rtc::ByteBufferWriter
const
&);
62
63
MCAPI
void
* $ctor(
::rtc::ArrayView<uchar const>
);
64
// NOLINTEND
65
};
66
67
}
// namespace rtc
rtc::ArrayView
Definition
_HeaderOutputPredefine.h:238
rtc::ByteBufferReader
Definition
ByteBufferReader.h:12
rtc::ByteBufferWriter
Definition
ByteBufferWriter.h:11
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
ByteBufferReader.h
Generated on Sat Apr 26 2025 05:55:41 for LeviLamina by
1.12.0