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
36
37public:
38 // virtual functions
39 // NOLINTBEGIN
40 // vIndex: 1
41 virtual void initialize() /*override*/;
42
43 // vIndex: 2
44 virtual void beginNewSession() /*override*/;
45
46 // vIndex: 3
47 virtual ::std::shared_ptr<::Bedrock::SessionInfo const> getCurrentSession() const /*override*/;
48
49 // vIndex: 4
50 virtual ::Bedrock::AccessUpdateEditor<
51 ::std::shared_ptr<::Bedrock::SessionInfo>,
55 editCurrentSession() /*override*/;
56
57 // vIndex: 5
58 virtual ::Bedrock::PubSub::Connector<
59 void(::Bedrock::NonOwnerPointer<::Bedrock::SessionInfoManager> const&, ::std::shared_ptr<::Bedrock::SessionInfo const> const&)>&
60 onCurrentSessionChanged() /*override*/;
61
62 // vIndex: 6
63 virtual ::std::string serializeSession(::Bedrock::SessionInfo const&) const /*override*/;
64
65 // vIndex: 7
66 virtual ::std::shared_ptr<::Bedrock::SessionInfo> deserializeSession(::std::string_view) const /*override*/;
67
68 // vIndex: 0
69 virtual ~SessionInfoManagerImpl() /*override*/ = default;
70 // NOLINTEND
71
72public:
73 // destructor thunk
74 // NOLINTBEGIN
75
76 // NOLINTEND
77
78public:
79 // virtual function thunks
80 // NOLINTBEGIN
81
82 // NOLINTEND
83};
84
85} // namespace Bedrock
Definition NonOwnerPointer.h:9
Definition SessionInfoManagerImpl.h:20
Definition SessionInfoManager.h:20
Definition SessionInfo.h:7
Definition Mutex.h:10
Definition _HeaderOutputPredefine.h:207
Definition Alias.h:14