LeviLamina
Loading...
Searching...
No Matches
WebSocketCommManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/application/AppPlatformListener.h"
7#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
14class WebSocketCommManager : public ::Bedrock::EnableNonOwnerReferences, public ::AppPlatformListener {
15public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 WebSocketCommManager& operator=(WebSocketCommManager const&);
25 WebSocketCommManager(WebSocketCommManager const&);
26 WebSocketCommManager();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual void onAppResumed() /*override*/;
32
33#ifdef LL_PLAT_S
34 virtual ~WebSocketCommManager() /*override*/ = default;
35#else // LL_PLAT_C
36 virtual ~WebSocketCommManager() /*override*/;
37#endif
38
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCNAPI_C void tick();
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56#ifdef LL_PLAT_C
57 MCNAPI void $onAppResumed();
58#endif
59
60
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftableForAppPlatformListener();
67
69 // NOLINTEND
70};
Definition AppPlatformListener.h:15
MCAPI void $onAppResumed()
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftableForAppPlatformListener()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
MCAPI void $dtor()
Definition WebSocketCommunicator.h:13
Definition Alias.h:14