LeviLamina
Loading...
Searching...
No Matches
BinaryRequestBody.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/http/IRequestBody.h"
7
8
namespace
Bedrock::Http {
9
10
class
BinaryRequestBody
:
public
::Bedrock::Http::Internal::IRequestBody
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<8, 24>
mUnkafd1fc;
15
::ll::UntypedStorage<8, 8>
mUnk8f0a1f;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
BinaryRequestBody
& operator=(
BinaryRequestBody
const
&);
21
BinaryRequestBody
(
BinaryRequestBody
const
&);
22
BinaryRequestBody
();
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 0
28
virtual
~BinaryRequestBody
()
/*override*/
=
default
;
29
30
// vIndex: 1
31
virtual ::Bedrock::Http::Internal::IRequestBody::ReadResult read(::gsl::span<uchar> destination)
/*override*/
;
32
33
// vIndex: 2
34
virtual
uint64 getSize()
/*override*/
;
35
36
// vIndex: 3
37
virtual
void
cancel()
/*override*/
;
38
39
// vIndex: 4
40
virtual ::std::string
const
& getLoggableSource()
const
/*override*/
;
41
42
// vIndex: 5
43
virtual ::gsl::span<uchar const> getLoggableData()
const
/*override*/
;
44
// NOLINTEND
45
46
public
:
47
// member functions
48
// NOLINTBEGIN
49
MCAPI
void
setData(::gsl::span<uchar const> data);
50
// NOLINTEND
51
52
public
:
53
// destructor thunk
54
// NOLINTBEGIN
55
56
// NOLINTEND
57
58
public
:
59
// virtual function thunks
60
// NOLINTBEGIN
61
MCAPI ::Bedrock::Http::Internal::IRequestBody::ReadResult $read(::gsl::span<uchar> destination);
62
63
MCAPI uint64 $getSize();
64
65
MCAPI
void
$cancel();
66
67
MCAPI ::std::string
const
& $getLoggableSource()
const
;
68
69
MCFOLD ::gsl::span<uchar const> $getLoggableData()
const
;
70
// NOLINTEND
71
72
public
:
73
// vftables
74
// NOLINTBEGIN
75
MCAPI
static
void
** $vftable();
76
// NOLINTEND
77
};
78
79
}
// namespace Bedrock::Http
Bedrock::Http::BinaryRequestBody
Definition
BinaryRequestBody.h:10
Bedrock::Http::Internal::IRequestBody
Definition
IRequestBody.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
http
BinaryRequestBody.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0