LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_Legacy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
37
38public:
39 // member functions
40 // NOLINTBEGIN
42
44
45 MCNAPI ::ComponentItemData_Legacy& operator=(::ComponentItemData_Legacy&&);
46
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI void* $ctor(::ComponentItemData_Legacy const&);
54
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63};
Definition ComponentItemData_Legacy.h:5
MCAPI ComponentItemData_Legacy(::ComponentItemData_Legacy const &)
MCAPI void * $ctor(::ComponentItemData_Legacy const &)
MCAPI void * $ctor(::ComponentItemData_Legacy &&)
MCAPI ComponentItemData_Legacy(::ComponentItemData_Legacy &&)
MCAPI::ComponentItemData_Legacy & operator=(::ComponentItemData_Legacy &&)
Definition Alias.h:14