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
// vIndex: 0
18
virtual
~FileSizePresetManager
();
19
20
// vIndex: 1
21
virtual ::std::unique_ptr<::Core::FileSizePresetToken> presetInitialSizeForFile(
::Core::PathView
, uint64) = 0;
22
23
// vIndex: 2
24
virtual ::std::optional<uint64> checkFileInitialSize(
::Core::PathView
) = 0;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCFOLD
void
$dtor();
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCAPI
static
void
** $vftable();
43
// NOLINTEND
44
};
45
46
}
// namespace Core
Core::FileSizePresetManager
Definition
FileSizePresetManager.h:13
Core::PathView
Definition
PathView.h:16
src
mc
deps
core
file
FileSizePresetManager.h
Generated on Sat Apr 26 2025 05:55:24 for LeviLamina by
1.12.0