LeviLamina
Loading...
Searching...
No Matches
GameTestReport.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 GameTestReport& operator=(GameTestReport const&);
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI ~GameTestReport();
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
Definition GameTestReport.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14