LeviLamina
Loading...
Searching...
No Matches
GameTestRequestPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/gametest/framework/TestParameters.h"
7
8struct GameTestRequestPacketPayload {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mTestName;
13 ::ll::TypedStorage<8, 64, ::gametest::TestParameters> mParams;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 GameTestRequestPacketPayload& operator=(GameTestRequestPacketPayload const&);
19 GameTestRequestPacketPayload();
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI GameTestRequestPacketPayload(::GameTestRequestPacketPayload const&);
25
26 MCAPI ~GameTestRequestPacketPayload();
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCAPI void* $ctor(::GameTestRequestPacketPayload const&);
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCAPI void $dtor();
39 // NOLINTEND
40};