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