LeviLamina
Loading...
Searching...
No Matches
ZipPackAccessStrategyOwningFileAccess.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/ZipPackAccessStrategy.h"
7
8// auto generated forward declare list
9// clang-format off
10class IFileAccess;
13namespace Core { class Path; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~ZipPackAccessStrategyOwningFileAccess() /*override*/ = default;
34
35 // vIndex: 17
36 virtual ::std::unique_ptr<::PackAccessStrategy> createSubPack(::Core::Path const& subPath) const /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
43 ::std::shared_ptr<::IFileAccess> fileAccess,
44 ::ResourceLocation const& path,
45 ::Core::Path const& subPath
46 );
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void*
53 $ctor(::std::shared_ptr<::IFileAccess> fileAccess, ::ResourceLocation const& path, ::Core::Path const& subPath);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCAPI ::std::unique_ptr<::PackAccessStrategy> $createSubPack(::Core::Path const& subPath) const;
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCAPI static void** $vftable();
72 // NOLINTEND
73};
Definition Path.h:15
Definition IFileAccess.h:15
Definition PackAccessStrategy.h:20
Definition Path.h:16
Definition ResourceLocation.h:15
Definition ZipPackAccessStrategyOwningFileAccess.h:16
Definition ZipPackAccessStrategy.h:19
Definition Alias.h:14