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