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 // member functions
19 // NOLINTBEGIN
21
23
24 MCNAPI ::ThirdPartyInfo& operator=(::ThirdPartyInfo const&);
25
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCNAPI void* $ctor();
33
34 MCNAPI void* $ctor(::ThirdPartyInfo const&);
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42};
Definition ThirdPartyInfo.h:5
MCAPI void * $ctor(::ThirdPartyInfo const &)
MCAPI::ThirdPartyInfo & operator=(::ThirdPartyInfo const &)
MCAPI void $dtor()
MCAPI ThirdPartyInfo(::ThirdPartyInfo const &)
MCAPI ThirdPartyInfo()
MCAPI ~ThirdPartyInfo()
MCAPI void * $ctor()
Definition Alias.h:14