LeviLamina
Loading...
Searching...
No Matches
AppPlatformIOProvider.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/resource/ResourceFileSystem.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8#include "mc/resources/IPackIOProvider.h"
9
10// auto generated forward declare list
11// clang-format off
12class IFileAccess;
13namespace Core { class Path; }
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 1
21 virtual ::Bedrock::NotNullNonOwnerPtr<::IFileAccess> getFileAccess(::ResourceFileSystem system) const /*override*/;
22
23 // vIndex: 2
24 virtual ::std::function<::std::string(::Core::Path const&)> getAssetReader() const /*override*/;
25
26 // vIndex: 3
27 virtual ::Core::Path getOnDiskScratchPath() const /*override*/;
28
29 // vIndex: 4
30 virtual ::std::unique_ptr<::IPackIOProvider> clone() const /*override*/;
31
32 // vIndex: 0
33 virtual ~AppPlatformIOProvider() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCNAPI ::Bedrock::NotNullNonOwnerPtr<::IFileAccess> $getFileAccess(::ResourceFileSystem system) const;
40
41 MCNAPI ::std::function<::std::string(::Core::Path const&)> $getAssetReader() const;
42
43 MCNAPI ::Core::Path $getOnDiskScratchPath() const;
44
45 MCNAPI ::std::unique_ptr<::IPackIOProvider> $clone() const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition AppPlatformIOProvider.h:16
MCAPI ::Bedrock::NotNullNonOwnerPtr<::IFileAccess > $getFileAccess(::ResourceFileSystem system) const
MCAPI::Core::Path $getOnDiskScratchPath() const
MCAPI ::std::unique_ptr<::IPackIOProvider > $clone() const
static MCAPI void ** $vftable()
MCAPI ::std::function<::std::string(::Core::Path const &)> $getAssetReader() const
Definition Path.h:17
Definition IFileAccess.h:15
Definition IPackIOProvider.h:15
Definition Path.h:16