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 Editor { class ThumbnailFileBytes; }
11namespace cereal { struct ReflectionCtx; }
12namespace mce { class UUID; }
13// clang-format on
14
15namespace Editor::Network {
16
17class ThumbnailCacheStorePayload
18: public ::Editor::Network::NetworkPayload<::Editor::Network::ThumbnailCacheStorePayload> {
19public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 ThumbnailCacheStorePayload& operator=(ThumbnailCacheStorePayload const&);
30 ThumbnailCacheStorePayload(ThumbnailCacheStorePayload const&);
31 ThumbnailCacheStorePayload();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36#ifdef LL_PLAT_S
37 virtual ~ThumbnailCacheStorePayload() /*override*/ = default;
38#else // LL_PLAT_C
39 virtual ~ThumbnailCacheStorePayload() /*override*/;
40#endif
41
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47#ifdef LL_PLAT_C
48 MCNAPI ThumbnailCacheStorePayload(::mce::UUID const& id, uint hash, ::Editor::ThumbnailFileBytes const& data);
49#endif
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61#ifdef LL_PLAT_C
62 MCNAPI void* $ctor(::mce::UUID const& id, uint hash, ::Editor::ThumbnailFileBytes const& data);
63#endif
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCNAPI void $dtor();
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
78
79} // namespace Editor::Network
Definition NetworkPayload.h:8
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ThumbnailFileBytes.h:15
Definition UUID.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14