LeviLamina
Loading...
Searching...
No Matches
InMemoryRandomAccessFile.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
InMemoryRandomAccessFile
:
public
::leveldb::RandomAccessFile {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<8, 16>
mUnk59aba8;
10
// NOLINTEND
11
12
public
:
13
// prevent constructor by default
14
InMemoryRandomAccessFile
& operator=(
InMemoryRandomAccessFile
const
&);
15
InMemoryRandomAccessFile
(
InMemoryRandomAccessFile
const
&);
16
InMemoryRandomAccessFile
();
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 0
22
virtual
~InMemoryRandomAccessFile
()
/*override*/
=
default
;
23
24
// vIndex: 1
25
virtual ::leveldb::Status
Read
(uint64 offset, uint64 n, ::leveldb::Slice* result,
char
* scratch)
const
/*override*/
;
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
MCNAPI ::leveldb::Status
$Read
(uint64 offset, uint64 n, ::leveldb::Slice* result,
char
* scratch)
const
;
32
// NOLINTEND
33
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCNAPI
static
void
**
$vftable
();
38
// NOLINTEND
39
};
InMemoryRandomAccessFile
Definition
InMemoryRandomAccessFile.h:5
InMemoryRandomAccessFile::$vftable
static MCAPI void ** $vftable()
InMemoryRandomAccessFile::$Read
MCAPI::leveldb::Status $Read(uint64 offset, uint64 n, ::leveldb::Slice *result, char *scratch) const
Read
Definition
Read.h:6
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
storage
InMemoryRandomAccessFile.h
Generated on Fri Jun 13 2025 05:05:24 for LeviLamina by
1.12.0