LeviLamina
Loading...
Searching...
No Matches
TaskStartInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
TaskStartInfo {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<8, 16>
mUnk8ac9bb;
10
::ll::UntypedStorage<4, 4>
mUnkd75717;
11
::ll::UntypedStorage<4, 4>
mUnk184e63;
12
::ll::UntypedStorage<4, 4>
mUnk518d45;
13
::ll::UntypedStorage<1, 1>
mUnke94090;
14
::ll::UntypedStorage<8, 8>
mUnk15c0d8;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
TaskStartInfo& operator=(TaskStartInfo
const
&);
20
TaskStartInfo(TaskStartInfo
const
&);
21
TaskStartInfo();
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCNAPI ::TaskStartInfo&
startWithDelay
(::std::chrono::nanoseconds delay);
27
// NOLINTEND
28
29
public
:
30
// static variables
31
// NOLINTBEGIN
32
MCNAPI static ::std::thread::id
const
&
NoAffinity
();
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCNAPI_C
void
* $ctor(
char
const
* name);
39
40
MCNAPI_C
void
* $ctor(::std::string_view name);
41
// NOLINTEND
42
};
TaskStartInfo::startWithDelay
MCAPI::TaskStartInfo & startWithDelay(::std::chrono::nanoseconds delay)
TaskStartInfo::NoAffinity
static MCAPI ::std::thread::id const & NoAffinity()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
threading
TaskStartInfo.h
Generated on
for LeviLamina by
1.16.1