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
22
23 MCNAPI ::RepairItemResult& operator=(::RepairItemResult&&);
24
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39};
Definition RepairItemResult.h:5
MCAPI ~RepairItemResult()
MCAPI void $dtor()
MCAPI::RepairItemResult & operator=(::RepairItemResult &&)
MCAPI void * $ctor()
MCAPI RepairItemResult()
Definition Alias.h:14