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();
10
11 virtual bool readTransform(::std::vector<uchar>& stream) const;
12
13 virtual bool writeTransform(::std::vector<uchar>&) const;
14 // NOLINTEND
15
16public:
17 // member functions
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // constructor thunks
24 // NOLINTBEGIN
25 MCNAPI void* $ctor();
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
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>&) const;
40
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
static MCAPI void ** $vftable()
MCAPI void * $ctor()
MCAPI bool $readTransform(::std::vector< uchar > &stream) const
MCAPI bool $writeTransform(::std::vector< uchar > &) const
MCAPI FileAccessTransforms()
MCAPI void $dtor()