LeviLamina
Loading...
Searching...
No Matches
FileSizePresetManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Core {
class
FileSizePresetToken
; }
8
namespace
Core {
class
PathView
; }
9
// clang-format on
10
11
namespace
Core {
12
13
class
FileSizePresetManager
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
~FileSizePresetManager
() =
default
;
18
19
virtual ::std::unique_ptr<::Core::FileSizePresetToken>
20
presetInitialSizeForFile(
::Core::PathView
filePath, uint64 initialFileSize) = 0;
21
22
virtual ::std::optional<uint64> checkFileInitialSize(
::Core::PathView
filePath) = 0;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
31
public
:
32
// vftables
33
// NOLINTBEGIN
34
MCNAPI
static
void
**
$vftable
();
35
// NOLINTEND
36
};
37
38
}
// namespace Core
Core::FileSizePresetManager
Definition
FileSizePresetManager.h:13
Core::FileSizePresetManager::$vftable
static MCAPI void ** $vftable()
Core::FileSizePresetToken
Definition
FileSizePresetToken.h:7
Core::PathView
Definition
PathView.h:19
src
mc
deps
core
file
FileSizePresetManager.h
Generated on
for LeviLamina by
1.16.1