LeviLamina
Loading...
Searching...
No Matches
ThumbnailFileBytes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/game_refs/EnableGetWeakRef.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor {
14
15class ThumbnailFileBytes : public ::EnableGetWeakRef<::Editor::ThumbnailFileBytes> {
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ThumbnailFileBytes& operator=(ThumbnailFileBytes const&);
26 ThumbnailFileBytes(ThumbnailFileBytes const&);
27 ThumbnailFileBytes();
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCNAPI static ::std::string_view const& msBindName();
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
53
54} // namespace Editor
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::string_view const & msBindName()
Definition EnableGetWeakRef.h:6
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14