LeviLamina
Loading...
Searching...
No Matches
ZipPackWriteStrategy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/resources/PackWriteStrategy.h"
8
9// auto generated forward declare list
10// clang-format off
11class IFileAccess;
13namespace Core { class Path; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 1
36 virtual void writeAsset(::PackWriteStrategy::FileName path, ::std::string const& fileContent) /*override*/;
37
38 // vIndex: 0
39 virtual ~ZipPackWriteStrategy() /*override*/;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
46 ::ResourceLocation const& archiveLocation,
47 ::Core::Path const& scratchPath,
48 ::Bedrock::NotNullNonOwnerPtr<::IFileAccess> archiveFileAccess,
49 ::Bedrock::NotNullNonOwnerPtr<::IFileAccess> rawFileAccess
50 );
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCNAPI void* $ctor(
57 ::ResourceLocation const& archiveLocation,
58 ::Core::Path const& scratchPath,
59 ::Bedrock::NotNullNonOwnerPtr<::IFileAccess> archiveFileAccess,
60 ::Bedrock::NotNullNonOwnerPtr<::IFileAccess> rawFileAccess
61 );
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCNAPI void $dtor();
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCNAPI void $writeAsset(::PackWriteStrategy::FileName path, ::std::string const& fileContent);
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCNAPI static void** $vftable();
80 // NOLINTEND
81};
Definition Path.h:17
Definition IFileAccess.h:15
Definition PackWriteStrategy.h:10
Definition Path.h:16
Definition ResourceLocation.h:14
Definition ZipPackWriteStrategy.h:16
MCAPI void $dtor()
MCAPI void * $ctor(::ResourceLocation const &archiveLocation, ::Core::Path const &scratchPath, ::Bedrock::NotNullNonOwnerPtr<::IFileAccess > archiveFileAccess, ::Bedrock::NotNullNonOwnerPtr<::IFileAccess > rawFileAccess)
MCAPI void $writeAsset(::PackWriteStrategy::FileName path, ::std::string const &fileContent)
MCAPI ZipPackWriteStrategy(::ResourceLocation const &archiveLocation, ::Core::Path const &scratchPath, ::Bedrock::NotNullNonOwnerPtr<::IFileAccess > archiveFileAccess, ::Bedrock::NotNullNonOwnerPtr<::IFileAccess > rawFileAccess)
static MCAPI void ** $vftable()
Definition Alias.h:14