LeviLamina
Loading...
Searching...
No Matches
SessionInfoManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8#include "mc/deps/core/utility/pub_sub/Connector.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace Bedrock { class SessionInfo; }
13namespace Bedrock { class SessionInfoManagerImpl; }
14namespace Bedrock::Threading { class Mutex; }
15// clang-format on
16
17namespace Bedrock {
18
20 public ::Bedrock::ImplBase<::Bedrock::SessionInfoManager> {
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 1
25 virtual void initialize() = 0;
26
27 // vIndex: 2
28 virtual void beginNewSession() = 0;
29
30 // vIndex: 3
31 virtual ::std::shared_ptr<::Bedrock::SessionInfo const> getCurrentSession() const = 0;
32
33 // vIndex: 4
34 virtual ::Bedrock::AccessUpdateEditor<
35 ::std::shared_ptr<::Bedrock::SessionInfo>,
39 editCurrentSession() = 0;
40
41 // vIndex: 5
42 virtual ::Bedrock::PubSub::Connector<void(
44 ::std::shared_ptr<::Bedrock::SessionInfo const> const&
45 )>&
46 onCurrentSessionChanged() = 0;
47
48 // vIndex: 6
49 virtual ::std::string serializeSession(::Bedrock::SessionInfo const&) const = 0;
50
51 // vIndex: 7
52 virtual ::std::shared_ptr<::Bedrock::SessionInfo> deserializeSession(::std::string_view) const = 0;
53
54 // vIndex: 0
55 virtual ~SessionInfoManager() /*override*/;
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63
64public:
65 // virtual function thunks
66 // NOLINTBEGIN
67
68 // NOLINTEND
69};
70
71} // namespace Bedrock
Definition EnableNonOwnerReferences.h:7
Definition _HeaderOutputPredefine.h:208
Definition NonOwnerPointer.h:9
Definition SessionInfoManagerImpl.h:20
Definition SessionInfoManager.h:20
Definition SessionInfo.h:7
Definition Mutex.h:10
Definition _HeaderOutputPredefine.h:217