LeviLamina
Loading...
Searching...
No Matches
StaticMemoryBlockWriter.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/bx/MemoryWriter.h"
7
#include "mc/external/bx/StaticMemoryBlock.h"
8
9
namespace
bx {
10
11
class
StaticMemoryBlockWriter
:
public
::bx::MemoryWriter {
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 24, ::bx::StaticMemoryBlock> m_smb;
16
// NOLINTEND
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~StaticMemoryBlockWriter()
/*override*/
;
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
MCAPI
void
$dtor();
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftableForWriterI
();
34
35
MCNAPI
static
void
**
$vftableForSeekerI
();
36
// NOLINTEND
37
};
38
39
}
// namespace bx
bx::StaticMemoryBlockWriter
Definition
StaticMemoryBlockWriter.h:7
bx::StaticMemoryBlockWriter::$vftableForSeekerI
static MCAPI void ** $vftableForSeekerI()
bx::StaticMemoryBlockWriter::$vftableForWriterI
static MCAPI void ** $vftableForWriterI()
src-client
mc
external
bx
StaticMemoryBlockWriter.h
Generated on
for LeviLamina by
1.16.1