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