LeviLamina
Loading...
Searching...
No Matches
Core.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
FileStorageArea; }
8
namespace
Core {
class
FileSystemImpl; }
9
namespace
Core {
class
PathView; }
10
namespace
Core {
class
Result; }
11
// clang-format on
12
13
namespace
Core {
14
// functions
15
// NOLINTBEGIN
16
MCNAPI ::Core::Result transferDirectory(
17
::Core::FileSystemImpl
* pSourceTransaction,
18
::Core::PathView
sourceDirectoryPath,
19
::Core::FileSystemImpl
* pTargetTransaction,
20
::Core::PathView
targetDirectoryPath,
21
::std::function<
::Core::Result
(
::Core::PathView
,
::Core::PathView
)>
const
& fileTransferFunction
22
);
23
// NOLINTEND
24
25
// static variables
26
// NOLINTBEGIN
27
MCNAPI ::std::string
const
& sLockBlobName();
28
29
MCNAPI ::std::string
const
& sMultiChunkTag();
30
31
MCNAPI ::std::shared_ptr<::Core::FileStorageArea>& sRootStorageArea();
32
// NOLINTEND
33
34
}
// namespace Core
Core::FileSystemImpl
Definition
FileSystemImpl.h:30
Core::PathView
Definition
PathView.h:15
Core::Result
Definition
Result.h:11
src-server
mc
deps
core
Core.h
Generated on Tue Nov 25 2025 04:00:42 for LeviLamina by
1.12.0