LeviLamina
Loading...
Searching...
No Matches
ThumbnailCacheStorePayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/network/NetworkPayload.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor::Network {
14
15class ThumbnailCacheStorePayload
16: public ::Editor::Network::NetworkPayload<::Editor::Network::ThumbnailCacheStorePayload> {
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 ThumbnailCacheStorePayload(ThumbnailCacheStorePayload const&);
28 ThumbnailCacheStorePayload();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33#ifdef LL_PLAT_S
34 virtual ~ThumbnailCacheStorePayload() /*override*/ = default;
35#else // LL_PLAT_C
36 virtual ~ThumbnailCacheStorePayload() /*override*/;
37#endif
38
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCNAPI ::Editor::Network::ThumbnailCacheStorePayload&
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCNAPI void $dtor();
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
66
67} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition ThumbnailCacheStorePayload.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::Editor::Network::ThumbnailCacheStorePayload & operator=(::Editor::Network::ThumbnailCacheStorePayload const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14