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