LeviLamina
Loading...
Searching...
No Matches
SessionInfoManagerImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/application/session/SessionInfoManager.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8#include "mc/deps/core/utility/pub_sub/Connector.h"
9#include "mc/deps/core/utility/pub_sub/Publisher.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace Bedrock { class SessionInfo; }
14namespace Bedrock::PubSub::ThreadModel { struct MultiThreaded; }
15namespace Bedrock::Threading { class Mutex; }
16// clang-format on
17
18namespace Bedrock {
19
21public:
22 // member variables
23 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
35
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 // vIndex: 1
40 virtual void initialize() /*override*/;
41
42 // vIndex: 2
43 virtual void beginNewSession() /*override*/;
44
45 // vIndex: 3
46 virtual ::std::shared_ptr<::Bedrock::SessionInfo const> getCurrentSession() const /*override*/;
47
48 // vIndex: 4
49 virtual ::Bedrock::AccessUpdateEditor<
50 ::std::shared_ptr<::Bedrock::SessionInfo>,
54 editCurrentSession() /*override*/;
55
56 // vIndex: 5
57 virtual ::Bedrock::PubSub::Connector<void(
59 ::std::shared_ptr<::Bedrock::SessionInfo const> const&
60 )>&
61 onCurrentSessionChanged() /*override*/;
62
63 // vIndex: 6
64 virtual ::std::string serializeSession(::Bedrock::SessionInfo const& session) const /*override*/;
65
66 // vIndex: 7
67 virtual ::std::shared_ptr<::Bedrock::SessionInfo> deserializeSession(::std::string_view contents) const
68 /*override*/;
69
70 // vIndex: 0
71 virtual ~SessionInfoManagerImpl() /*override*/;
72 // NOLINTEND
73
74public:
75 // member functions
76 // NOLINTBEGIN
78 // NOLINTEND
79
80public:
81 // constructor thunks
82 // NOLINTBEGIN
83 MCNAPI void* $ctor();
84 // NOLINTEND
85
86public:
87 // destructor thunk
88 // NOLINTBEGIN
89 MCNAPI void $dtor();
90 // NOLINTEND
91
92public:
93 // virtual function thunks
94 // NOLINTBEGIN
95 MCNAPI void $initialize();
96
97 MCNAPI void $beginNewSession();
98
99 MCNAPI ::std::shared_ptr<::Bedrock::SessionInfo const> $getCurrentSession() const;
100
101 MCNAPI ::Bedrock::AccessUpdateEditor<
102 ::std::shared_ptr<::Bedrock::SessionInfo>,
107
108 MCNAPI ::Bedrock::PubSub::Connector<void(
110 ::std::shared_ptr<::Bedrock::SessionInfo const> const&
111 )>&
113
114 MCNAPI ::std::string $serializeSession(::Bedrock::SessionInfo const& session) const;
115
116 MCNAPI ::std::shared_ptr<::Bedrock::SessionInfo> $deserializeSession(::std::string_view contents) const;
117 // NOLINTEND
118
119public:
120 // vftables
121 // NOLINTBEGIN
122 MCNAPI static void** $vftableForImplBase();
123
125 // NOLINTEND
126};
127
128} // namespace Bedrock
Definition NonOwnerPointer.h:9
Definition SessionInfoManagerImpl.h:20
static MCAPI void ** $vftableForEnableNonOwnerReferences()
MCAPI ::std::shared_ptr<::Bedrock::SessionInfo > $deserializeSession(::std::string_view contents) const
MCAPI::std::string $serializeSession(::Bedrock::SessionInfo const &session) const
MCAPI ::std::shared_ptr<::Bedrock::SessionInfo const > $getCurrentSession() const
MCAPI ::Bedrock::PubSub::Connector< void(::Bedrock::NonOwnerPointer<::Bedrock::SessionInfoManager > const &, ::std::shared_ptr<::Bedrock::SessionInfo const > const &)> & $onCurrentSessionChanged()
MCAPI ::Bedrock::AccessUpdateEditor< ::std::shared_ptr<::Bedrock::SessionInfo >, ::Bedrock::SessionInfoManagerImpl, ::Bedrock::Detail::AccessUpdateEditorAccessor<::std::shared_ptr<::Bedrock::SessionInfo >, void >, ::Bedrock::Threading::Mutex > $editCurrentSession()
static MCAPI void ** $vftableForImplBase()
Definition SessionInfoManager.h:20
Definition SessionInfo.h:7
Definition Mutex.h:10
Definition _HeaderOutputPredefine.h:217
Definition Alias.h:14