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(ThumbnailFileBytes const&);
26 ThumbnailFileBytes();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ::Editor::ThumbnailFileBytes& operator=(::Editor::ThumbnailFileBytes const&);
32
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
40 // NOLINTEND
41
42public:
43 // static variables
44 // NOLINTBEGIN
45 MCNAPI static ::std::string_view const& msBindName();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace Editor
Definition ThumbnailFileBytes.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::Editor::ThumbnailFileBytes & operator=(::Editor::ThumbnailFileBytes const &)
static MCAPI ::std::string_view const & msBindName()
Definition EnableGetWeakRef.h:6
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14