LeviLamina
Loading...
Searching...
No Matches
GameTestResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ::GameTestResult& operator=(::GameTestResult&&);
26
27 MCAPI ::GameTestResult& operator=(::GameTestResult const&);
28
29 MCAPI bool operator==(::GameTestResult const& rhs) const;
30
31 MCAPI ~GameTestResult();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI void $dtor();
38 // NOLINTEND
39};
Definition GameTestResult.h:5
Definition Alias.h:14