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