LeviLamina
Loading...
Searching...
No Matches
OnComplete.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/AsyncResultBase.h"
7
8
namespace
Bedrock::Threading::AsyncResult {
9
10
class
OnComplete
:
public
::Bedrock::Threading::AsyncResultBase
<void> {
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
virtual
~OnComplete
()
/*override*/
=
default
;
15
// NOLINTEND
16
17
public
:
18
// vftables
19
// NOLINTBEGIN
20
MCNAPI
static
void
**
$vftable
();
21
// NOLINTEND
22
};
23
24
}
// namespace Bedrock::Threading::AsyncResult
Bedrock::Threading::AsyncResultBase
Definition
AsyncResultBase.h:8
Bedrock::Threading::AsyncResult::OnComplete
Definition
OnComplete.h:10
Bedrock::Threading::AsyncResult::OnComplete::$vftable
static MCAPI void ** $vftable()
src
mc
deps
core
threading
OnComplete.h
Generated on
for LeviLamina by
1.16.1