LeviLamina
Loading...
Searching...
No Matches
FileStats.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Core {
6
7
class
FileStats
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 8>
mUnk954c4f;
12
::ll::UntypedStorage<8, 8>
mUnk34e919;
13
::ll::UntypedStorage<8, 8>
mUnk9b7184;
14
::ll::UntypedStorage<8, 8>
mUnk466072;
15
::ll::UntypedStorage<8, 8>
mUnkfe28ac;
16
::ll::UntypedStorage<8, 8>
mUnk6d82ec;
17
::ll::UntypedStorage<8, 8>
mUnk6a1655;
18
::ll::UntypedStorage<8, 8>
mUnkc48866;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
FileStats
& operator=(
FileStats
const
&);
24
FileStats
(
FileStats
const
&);
25
FileStats
();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCNAPI
void
addWriteOperation
(
bool
succeeded, uint64 numBytesWritten);
31
32
MCNAPI
void
clear
();
33
34
MCNAPI
void
notifyChangeInFileSize
(int64 changeInSize, int64 changeInAllocatedSize);
35
// NOLINTEND
36
};
37
38
}
// namespace Core
Core::FileStats
Definition
FileStats.h:7
Core::FileStats::clear
MCAPI void clear()
Core::FileStats::notifyChangeInFileSize
MCAPI void notifyChangeInFileSize(int64 changeInSize, int64 changeInAllocatedSize)
Core::FileStats::addWriteOperation
MCAPI void addWriteOperation(bool succeeded, uint64 numBytesWritten)
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
deps
core
file
FileStats.h
Generated on Tue Oct 28 2025 05:31:30 for LeviLamina by
1.12.0