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
10struct GameTestReport {
11public:
12 // member variables
13 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 GameTestReport(GameTestReport const&);
32 GameTestReport();
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCNAPI ::GameTestReport& operator=(::GameTestReport const&);
38
39 MCNAPI ::GameTestReport& operator=(::GameTestReport&&);
40
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::GameTestReport & operator=(::GameTestReport const &)
MCAPI ~GameTestReport()
MCAPI void $dtor()
MCAPI::GameTestReport & operator=(::GameTestReport &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14