LeviLamina
Loading...
Searching...
No Matches
FlatFileManifestTracker.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
FlatFileManifest
; }
8
namespace
Core {
class
PathView
; }
9
// clang-format on
10
11
namespace
Core {
12
13
class
FlatFileManifestTracker {
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 80>
mUnkfd0579;
18
::ll::UntypedStorage<8, 64>
mUnkbf53ea;
19
::ll::UntypedStorage<8, 16>
mUnk3b8242;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
FlatFileManifestTracker& operator=(FlatFileManifestTracker
const
&);
25
FlatFileManifestTracker(FlatFileManifestTracker
const
&);
26
FlatFileManifestTracker();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI ::std::shared_ptr<::Core::FlatFileManifest const>
loadManifest
(
::Core::PathView
manifestPath);
32
33
MCNAPI
bool
manifestExists
(
::Core::PathView
manifestPath)
const
;
34
35
MCNAPI
bool
tryUnloadManifest
(
::Core::PathView
manifestPath);
36
// NOLINTEND
37
};
38
39
}
// namespace Core
Core::FlatFileManifestTracker::loadManifest
MCAPI ::std::shared_ptr<::Core::FlatFileManifest const > loadManifest(::Core::PathView manifestPath)
Core::FlatFileManifestTracker::tryUnloadManifest
MCAPI bool tryUnloadManifest(::Core::PathView manifestPath)
Core::FlatFileManifestTracker::manifestExists
MCAPI bool manifestExists(::Core::PathView manifestPath) const
Core::FlatFileManifest
Definition
FlatFileManifest.h:13
Core::PathView
Definition
PathView.h:19
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
file
file_system
FlatFileManifestTracker.h
Generated on
for LeviLamina by
1.16.1