LeviLamina
Loading...
Searching...
No Matches
MemoryStreamBuffer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
MemoryStreamBuffer :
public
::std::streambuf {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<8, 8>
mUnkef3040;
10
::ll::UntypedStorage<8, 8>
mUnk5cbf4e;
11
// NOLINTEND
12
13
public
:
14
// prevent constructor by default
15
MemoryStreamBuffer& operator=(MemoryStreamBuffer
const
&);
16
MemoryStreamBuffer(MemoryStreamBuffer
const
&);
17
MemoryStreamBuffer();
18
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
#ifdef LL_PLAT_S
23
virtual
~MemoryStreamBuffer()
/*override*/
=
default
;
24
#else
// LL_PLAT_C
25
virtual
~MemoryStreamBuffer()
/*override*/
;
26
#endif
27
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCNAPI
void
$dtor
();
34
// NOLINTEND
35
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCNAPI
static
void
**
$vftable
();
40
// NOLINTEND
41
};
MemoryStreamBuffer::$dtor
MCAPI void $dtor()
MemoryStreamBuffer::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
memory
MemoryStreamBuffer.h
Generated on
for LeviLamina by
1.16.1