LeviLamina
Loading...
Searching...
No Matches
GeneralSignalPublisher.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/signal/SignalPublisher.h"
7#include "mc/deps/core/utility/pub_sub/DeferredPublisher.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Bedrock::PubSub { class DeferredSubscriptionHub; }
12namespace Bedrock::PubSub { class RawSubscription; }
13namespace Bedrock::PubSub::ThreadModel { struct MultiThreaded; }
14// clang-format on
15
16namespace Bedrock::Detail {
17
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual void send(void const*) /*override*/;
36
37 // vIndex: 2
39 getConnectOp(::std::function<void(void const*)>&&) /*override*/;
40
41 // vIndex: 0
42 virtual ~GeneralSignalPublisher() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54
55 // NOLINTEND
56};
57
58} // namespace Bedrock::Detail
Definition GeneralSignalPublisher.h:18
Definition SignalPublisher.h:13
Definition DeferredSubscriptionHub.h:16
Definition RawSubscription.h:10
Definition Alias.h:14