LeviLamina
Loading...
Searching...
No Matches
SubscriptionBase.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::Detail {
class
SubscriptionBodyBase; }
8
// clang-format on
9
10
namespace
Bedrock::PubSub {
11
12
class
SubscriptionBase
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<8, 16, ::std::weak_ptr<::Bedrock::PubSub::Detail::SubscriptionBodyBase>> mBody;
17
// NOLINTEND
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCNAPI
void
disconnect
();
23
24
MCNAPI
bool
operator==
(
::Bedrock::PubSub::SubscriptionBase
const
& other)
const
;
25
// NOLINTEND
26
};
27
28
}
// namespace Bedrock::PubSub
Bedrock::PubSub::SubscriptionBase
Definition
SubscriptionBase.h:12
Bedrock::PubSub::SubscriptionBase::disconnect
MCAPI void disconnect()
Bedrock::PubSub::SubscriptionBase::operator==
MCAPI bool operator==(::Bedrock::PubSub::SubscriptionBase const &other) const
src
mc
deps
core
utility
pub_sub
SubscriptionBase.h
Generated on Fri Jun 13 2025 05:04:23 for LeviLamina by
1.12.0