LeviLamina
Loading...
Searching...
No Matches
SuspendHandler.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
9// auto generated forward declare list
10// clang-format off
11class AppPlatform;
12// clang-format on
13
14class SuspendHandler : public ::Bedrock::EnableNonOwnerReferences {
15public:
16 // member variables
17 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 SuspendHandler& operator=(SuspendHandler const&);
29 SuspendHandler(SuspendHandler const&);
30 SuspendHandler();
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35#ifdef LL_PLAT_S
36 virtual ~SuspendHandler() /*override*/ = default;
37#else // LL_PLAT_C
38 virtual ~SuspendHandler() /*override*/;
39#endif
40
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46#ifdef LL_PLAT_C
47 MCNAPI explicit SuspendHandler(::Bedrock::NonOwnerPointer<::AppPlatform> appPlatform);
48#endif
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54#ifdef LL_PLAT_C
55 MCNAPI void* $ctor(::Bedrock::NonOwnerPointer<::AppPlatform> appPlatform);
56#endif
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCNAPI void $dtor();
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
Definition AppPlatform.h:91
Definition EnableNonOwnerReferences.h:7
Definition NonOwnerPointer.h:9
static MCAPI void ** $vftable()
MCAPI void $dtor()
Definition Alias.h:14