LeviLamina
Loading...
Searching...
No Matches
AliasInfoDescription.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
16
17public:
18 // member functions
19 // NOLINTBEGIN
21
22 MCAPI ::AliasInfoDescription& operator=(::AliasInfoDescription const&);
23
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCAPI void* $ctor(::AliasInfoDescription const&);
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCAPI void $dtor();
37 // NOLINTEND
38};
Definition AliasInfoDescription.h:5
Definition Alias.h:14