LeviLamina
Loading...
Searching...
No Matches
AsyncBlockInternalGuard.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7struct XAsyncBlock;
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI explicit AsyncBlockInternalGuard(::XAsyncBlock* asyncBlock);
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCNAPI void* $ctor(::XAsyncBlock* asyncBlock);
35 // NOLINTEND
36};
Definition AsyncBlockInternalGuard.h:10
MCAPI AsyncBlockInternalGuard(::XAsyncBlock *asyncBlock)
MCAPI void * $ctor(::XAsyncBlock *asyncBlock)
Definition XAsyncBlock.h:10
Definition Alias.h:14