LeviLamina
Loading...
Searching...
No Matches
EncryptedZipTransforms.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/file_system/FileAccessTransforms.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 1
25 virtual bool readTransform(::std::vector<uchar>& stream) const /*override*/;
26
27 // vIndex: 2
28 virtual bool writeTransform(::std::vector<uchar>& stream) const /*override*/;
29
30 // vIndex: 0
31 virtual ~EncryptedZipTransforms() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCNAPI bool $readTransform(::std::vector<uchar>& stream) const;
38
39 MCNAPI bool $writeTransform(::std::vector<uchar>& stream) const;
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition EncryptedZipTransforms.h:8
MCAPI bool $writeTransform(::std::vector< uchar > &stream) const
MCAPI bool $readTransform(::std::vector< uchar > &stream) const
static MCAPI void ** $vftable()
Definition FileAccessTransforms.h:5
Definition Alias.h:14