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();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI GameTestReport(::GameTestReport const&);
37
38 MCNAPI ::GameTestReport& operator=(::GameTestReport const&);
39
40 MCNAPI ::GameTestReport& operator=(::GameTestReport&&);
41
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCNAPI void* $ctor(::GameTestReport const&);
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62};
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI GameTestReport(::GameTestReport const &)
MCAPI::GameTestReport & operator=(::GameTestReport const &)
MCAPI ~GameTestReport()
MCAPI void * $ctor(::GameTestReport const &)
MCAPI void $dtor()
MCAPI::GameTestReport & operator=(::GameTestReport &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14