LeviLamina
Loading...
Searching...
No Matches
MemoryFileSystemEntry.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Core {
6
7
class
MemoryFileSystemEntry {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<4, 4>
mUnk3818cf;
12
::ll::UntypedStorage<1, 1>
mUnk47bbac;
13
::ll::UntypedStorage<8, 8>
mUnk41bf05;
14
::ll::UntypedStorage<8, 8>
mUnk6df038;
15
::ll::UntypedStorage<8, 64>
mUnk905541;
16
::ll::UntypedStorage<8, 8>
mUnka2d20b;
17
::ll::UntypedStorage<8, 32>
mUnk132bae;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
MemoryFileSystemEntry& operator=(MemoryFileSystemEntry
const
&);
23
MemoryFileSystemEntry(MemoryFileSystemEntry
const
&);
24
MemoryFileSystemEntry();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
virtual
~MemoryFileSystemEntry() =
default
;
30
31
virtual
bool
canRemove()
const
= 0;
32
33
virtual
uint64 getSize()
const
= 0;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
};
42
43
}
// namespace Core
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
file
file_system
memory_file_system
MemoryFileSystemEntry.h
Generated on
for LeviLamina by
1.16.1