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