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