LeviLamina
Loading...
Searching...
No Matches
DispatcherProcess.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/http/DispatcherInterface.h"
7
8
namespace
Bedrock::Http {
9
10
class
DispatcherProcess :
public
::Bedrock::Http::DispatcherInterface
,
11
public
::std::enable_shared_from_this<::Bedrock::Http::DispatcherProcess> {
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::UntypedStorage<8, 16>
mUnk757a87;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
DispatcherProcess& operator=(DispatcherProcess
const
&);
21
DispatcherProcess(DispatcherProcess
const
&);
22
DispatcherProcess();
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
~DispatcherProcess()
/*override*/
;
28
29
virtual
void
initialize();
30
31
virtual
void
shutdown();
32
33
virtual
void
suspend();
34
35
virtual
void
resume();
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCNAPI
void
$dtor
();
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
MCNAPI
void
$initialize
();
48
49
MCNAPI
void
$shutdown
();
50
51
MCNAPI
void
$suspend
();
52
53
MCNAPI
void
$resume
();
54
55
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCNAPI
static
void
**
$vftable
();
62
// NOLINTEND
63
};
64
65
}
// namespace Bedrock::Http
Bedrock::Http::DispatcherInterface
Definition
DispatcherInterface.h:17
Bedrock::Http::DispatcherProcess::$vftable
static MCAPI void ** $vftable()
Bedrock::Http::DispatcherProcess::$initialize
MCAPI void $initialize()
Bedrock::Http::DispatcherProcess::$dtor
MCAPI void $dtor()
Bedrock::Http::DispatcherProcess::$suspend
MCAPI void $suspend()
Bedrock::Http::DispatcherProcess::$shutdown
MCAPI void $shutdown()
Bedrock::Http::DispatcherProcess::$resume
MCAPI void $resume()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
http
DispatcherProcess.h
Generated on
for LeviLamina by
1.16.1