LeviLamina
Loading...
Searching...
No Matches
Storage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
OperationNodeDetails {
6
7
class
Storage
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<8, 8, uint64> mReadableBytes;
12
::ll::TypedStorage<8, 8, uint64> mWriteableBytes;
13
::ll::TypedStorage<8, 8, ::std::unique_ptr<char[0]>> mReadStorage;
14
::ll::TypedStorage<8, 8, ::std::unique_ptr<char[0]>> mWriteStorage;
15
// NOLINTEND
16
17
public
:
18
// member functions
19
// NOLINTBEGIN
20
MCAPI
~Storage
();
21
// NOLINTEND
22
23
public
:
24
// destructor thunk
25
// NOLINTBEGIN
26
MCAPI
void
$dtor();
27
// NOLINTEND
28
};
29
30
}
// namespace OperationNodeDetails
OperationNodeDetails::Storage
Definition
Storage.h:7
src
mc
world
level
newbiome
operation_node_details
Storage.h
Generated on
for LeviLamina by
1.16.1