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 MCNAPI ::GameTestResult& operator=(::GameTestResult&&);
26
27 MCNAPI ::GameTestResult& operator=(::GameTestResult const&);
28
29 MCNAPI bool operator==(::GameTestResult const& rhs) const;
30
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39};
Definition GameTestResult.h:5
MCAPI void $dtor()
MCAPI ~GameTestResult()
MCAPI bool operator==(::GameTestResult const &rhs) const
MCAPI::GameTestResult & operator=(::GameTestResult const &)
MCAPI::GameTestResult & operator=(::GameTestResult &&)
Definition Alias.h:14