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
9namespace bx {
10
11class StaticMemoryBlockWriter : public ::bx::MemoryWriter {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 24, ::bx::StaticMemoryBlock> m_smb;
16 // NOLINTEND
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~StaticMemoryBlockWriter() /*override*/;
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27 MCAPI void $dtor();
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftableForWriterI();
34
35 MCNAPI static void** $vftableForSeekerI();
36 // NOLINTEND
37};
38
39} // namespace bx
Definition StaticMemoryBlockWriter.h:7
static MCAPI void ** $vftableForSeekerI()
static MCAPI void ** $vftableForWriterI()