LeviLamina
Loading...
Searching...
No Matches
ZlibFileAccessWrapper.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
8// auto generated forward declare list
9// clang-format off
10class IFileAccess;
12// clang-format on
13
14class ZlibFileAccessWrapper {
15public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ZlibFileAccessWrapper& operator=(ZlibFileAccessWrapper const&);
25 ZlibFileAccessWrapper(ZlibFileAccessWrapper const&);
26 ZlibFileAccessWrapper();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI explicit ZlibFileAccessWrapper(::Bedrock::NotNullNonOwnerPtr<::IFileAccess> fileAccess);
32
33 MCNAPI ::zlib_filefunc64_32_def_s* getZipFunctions() const;
34
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor(::Bedrock::NotNullNonOwnerPtr<::IFileAccess> fileAccess);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
Definition IFileAccess.h:15
MCAPI void * $ctor(::Bedrock::NotNullNonOwnerPtr<::IFileAccess > fileAccess)
MCAPI ZlibFileAccessWrapper(::Bedrock::NotNullNonOwnerPtr<::IFileAccess > fileAccess)
MCAPI ~ZlibFileAccessWrapper()
MCAPI::zlib_filefunc64_32_def_s * getZipFunctions() const
Definition Alias.h:14
Definition zlib_filefunc64_32_def_s.h:5