LeviLamina
Loading...
Searching...
No Matches
IFileStorageAreaFetcher.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
Path
; }
9
namespace
Core {
class
Result
; }
10
// clang-format on
11
12
namespace
Core {
13
14
class
IFileStorageAreaFetcher
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 0
19
virtual
~IFileStorageAreaFetcher
() =
default
;
20
21
// vIndex: 1
22
virtual ::Core::Result
23
getStorageAreaForPath(::std::shared_ptr<::Core::FileStorageArea>&,
::Core::Path
const
&)
const
= 0;
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
38
39
}
// namespace Core
Core::IFileStorageAreaFetcher
Definition
IFileStorageAreaFetcher.h:14
Core::Path
Definition
Path.h:15
Path
Definition
Path.h:16
Result
Definition
Result.h:6
src
mc
deps
core
file
IFileStorageAreaFetcher.h
Generated on Sat Apr 26 2025 05:55:24 for LeviLamina by
1.12.0