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
7namespace Core { class FileStorageArea; }
8namespace Core { class Path; }
9namespace Core { class Result; }
10// clang-format on
11
12namespace Core {
13
15public:
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
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35
36 // NOLINTEND
37};
38
39} // namespace Core
Definition IFileStorageAreaFetcher.h:14
Definition Path.h:15
Definition Path.h:16
Definition Result.h:6