LeviLamina
Loading...
Searching...
No Matches
BinaryInput.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/puv/Input.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
SemVersion
;
11
// clang-format on
12
13
namespace
Puv {
14
15
class
BinaryInput :
public
::Puv::Input
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 32>
mUnkada739;
20
::ll::UntypedStorage<8, 16>
mUnk4bb590;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
BinaryInput& operator=(BinaryInput
const
&);
26
BinaryInput(BinaryInput
const
&);
27
BinaryInput();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual ::SemVersion version()
const
/*override*/
;
33
34
virtual ::Puv::Input::Data data()
const
/*override*/
;
35
36
virtual
~BinaryInput()
/*override*/
;
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCNAPI
void
$dtor
();
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCNAPI ::SemVersion
$version
()
const
;
49
50
MCNAPI ::Puv::Input::Data
$data
()
const
;
51
52
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCNAPI
static
void
**
$vftable
();
59
// NOLINTEND
60
};
61
62
}
// namespace Puv
Puv::BinaryInput::$vftable
static MCAPI void ** $vftable()
Puv::BinaryInput::$data
MCAPI::Puv::Input::Data $data() const
Puv::BinaryInput::$dtor
MCAPI void $dtor()
Puv::BinaryInput::$version
MCAPI::SemVersion $version() const
Puv::Input
Definition
Input.h:15
SemVersion
Definition
SemVersion.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
puv
BinaryInput.h
Generated on
for LeviLamina by
1.16.1