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
7namespace Bedrock::PubSub { class DeferredSubscriptionHub; }
8namespace Bedrock::PubSub { class RawSubscription; }
9// clang-format on
10
11namespace Bedrock::Detail {
12
14public:
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
25 getConnectOp(::std::function<void(void const*)>&&) = 0;
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
40
41} // namespace Bedrock::Detail
Definition SignalPublisher.h:13
Definition DeferredSubscriptionHub.h:16
Definition RawSubscription.h:10