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