LeviLamina
Loading...
Searching...
No Matches
FileAccessTransforms.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // virtual functions
8 // NOLINTBEGIN
9 // vIndex: 0
10 virtual ~FileAccessTransforms() = default;
11
12 // vIndex: 1
13 virtual bool readTransform(::std::vector<uchar>& stream) const;
14
15 // vIndex: 2
16 virtual bool writeTransform(::std::vector<uchar>& stream) const;
17 // NOLINTEND
18
19public:
20 // virtual function thunks
21 // NOLINTBEGIN
22 MCNAPI bool $readTransform(::std::vector<uchar>& stream) const;
23
24 MCNAPI bool $writeTransform(::std::vector<uchar>& stream) const;
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftable();
31 // NOLINTEND
32};
Definition FileAccessTransforms.h:5
static MCAPI void ** $vftable()
MCAPI bool $writeTransform(::std::vector< uchar > &stream) const
MCAPI bool $readTransform(::std::vector< uchar > &stream) const