LeviLamina
Loading...
Searching...
No Matches
SignalPublisher.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Bedrock::PubSub {
class
DeferredSubscriptionHub; }
8
namespace
Bedrock::PubSub {
class
RawSubscription; }
9
// clang-format on
10
11
namespace
Bedrock::Detail {
12
13
class
SignalPublisher
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~SignalPublisher
() =
default
;
19
20
// vIndex: 1
21
virtual
void
send(
void
const
*) = 0;
22
23
// vIndex: 2
24
virtual ::std::function<
::Bedrock::PubSub::RawSubscription
(
::Bedrock::PubSub::DeferredSubscriptionHub
&,
int
)>
25
getConnectOp(::std::function<
void
(
void
const
*)>&&) = 0;
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
};
40
41
}
// namespace Bedrock::Detail
Bedrock::Detail::SignalPublisher
Definition
SignalPublisher.h:13
Bedrock::PubSub::DeferredSubscriptionHub
Definition
DeferredSubscriptionHub.h:16
Bedrock::PubSub::RawSubscription
Definition
RawSubscription.h:10
src
mc
deps
core
signal
SignalPublisher.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0