LeviLamina
Loading...
Searching...
No Matches
LogMessagePayload.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 LogMessagePayload : public ::Editor::Network::NetworkPayload<::Editor::Network::LogMessagePayload> {
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 LogMessagePayload(LogMessagePayload const&);
25 LogMessagePayload();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~LogMessagePayload() /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI ::Editor::Network::LogMessagePayload& operator=(::Editor::Network::LogMessagePayload const&);
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace Editor::Network
Definition LogMessagePayload.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI void ** $vftable()
MCAPI::Editor::Network::LogMessagePayload & operator=(::Editor::Network::LogMessagePayload const &)
Definition NetworkPayload.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14