LeviLamina
Loading...
Searching...
No Matches
DeferredSubscriptionHubBase.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/pub_sub/DeferredSubscriptionHub.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock::PubSub {
class
DeferredSubscription; }
11
namespace
Bedrock::PubSub {
class
RawSubscription; }
12
// clang-format on
13
14
namespace
Bedrock::PubSub {
15
16
class
DeferredSubscriptionHubBase
:
public
::Bedrock::PubSub::DeferredSubscriptionHub
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 24>
mUnkb58fe3;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
DeferredSubscriptionHubBase
& operator=(
DeferredSubscriptionHubBase
const
&);
26
DeferredSubscriptionHubBase
(
DeferredSubscriptionHubBase
const
&);
27
DeferredSubscriptionHubBase
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 0
33
virtual
~DeferredSubscriptionHubBase
()
/*override*/
;
34
35
// vIndex: 1
36
virtual
uint64 runDeferredEvents(uint64 maxToRun)
/*override*/
;
37
38
// vIndex: 2
39
virtual
uint64 runDeferredEventsForDuration(::std::chrono::milliseconds msec)
/*override*/
;
40
41
// vIndex: 4
42
virtual
void
clear()
/*override*/
;
43
44
// vIndex: 5
45
virtual
uint64 erase(
::Bedrock::PubSub::RawSubscription
& subscription)
/*override*/
;
46
47
// vIndex: 6
48
virtual
uint64 size()
const
/*override*/
;
49
50
// vIndex: 7
51
virtual
bool
empty()
const
/*override*/
;
52
53
// vIndex: 9
54
virtual
void
_join(
::Bedrock::PubSub::DeferredSubscription
&& subscription)
/*override*/
;
55
56
// vIndex: 11
57
virtual
bool
_runOneEvent() = 0;
58
// NOLINTEND
59
60
public
:
61
// destructor thunk
62
// NOLINTBEGIN
63
MCAPI
void
$dtor();
64
// NOLINTEND
65
66
public
:
67
// virtual function thunks
68
// NOLINTBEGIN
69
MCAPI uint64 $runDeferredEvents(uint64 maxToRun);
70
71
MCAPI uint64 $runDeferredEventsForDuration(::std::chrono::milliseconds msec);
72
73
MCAPI
void
$clear();
74
75
MCAPI uint64 $erase(
::Bedrock::PubSub::RawSubscription
& subscription);
76
77
MCAPI uint64 $size()
const
;
78
79
MCAPI
bool
$empty()
const
;
80
81
MCAPI
void
$_join(
::Bedrock::PubSub::DeferredSubscription
&& subscription);
82
// NOLINTEND
83
84
public
:
85
// vftables
86
// NOLINTBEGIN
87
MCAPI
static
void
** $vftable();
88
// NOLINTEND
89
};
90
91
}
// namespace Bedrock::PubSub
Bedrock::PubSub::DeferredSubscriptionHubBase
Definition
DeferredSubscriptionHubBase.h:16
Bedrock::PubSub::DeferredSubscriptionHub
Definition
DeferredSubscriptionHub.h:16
Bedrock::PubSub::DeferredSubscription
Definition
DeferredSubscription.h:10
Bedrock::PubSub::RawSubscription
Definition
RawSubscription.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
utility
pub_sub
DeferredSubscriptionHubBase.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0