LeviLamina
Loading...
Searching...
No Matches
UserCacheManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/file/PathBuffer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock {
struct
DirectoryEntry
; }
11
// clang-format on
12
13
namespace
Bedrock {
14
15
class
UserCacheManager {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 32>
mUnk20203c;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
UserCacheManager& operator=(UserCacheManager
const
&);
25
UserCacheManager(UserCacheManager
const
&);
26
UserCacheManager();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
#ifdef LL_PLAT_C
32
MCNAPI
void
_getDirectoryContents(
33
::std::vector<::Bedrock::DirectoryEntry>& folders,
34
::Core::PathBuffer<::std::string>
const
& filePath
35
)
const
;
36
37
MCNAPI
void
_getDirectorySizeAndDeleteDirectoryContents(
::Core::PathBuffer<::std::string>
const
& path)
const
;
38
#endif
39
// NOLINTEND
40
};
41
42
}
// namespace Bedrock
Core::PathBuffer
Definition
PathBuffer.h:8
Bedrock::DirectoryEntry
Definition
DirectoryEntry.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
application
user_cache
UserCacheManager.h
Generated on
for LeviLamina by
1.16.1