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 // destructor thunk
36 // NOLINTBEGIN
37
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI bool $readTransform(::std::vector<uchar>& stream) const;
44
45 MCFOLD bool $writeTransform(::std::vector<uchar>& stream) const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCAPI static void** $vftable();
52 // NOLINTEND
53};
Definition EncryptedZipTransforms.h:8
Definition FileAccessTransforms.h:5
Definition Alias.h:14