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
12class LogMessage {
13public:
14 // member variables
15 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 LogMessage();
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
35#ifdef LL_PLAT_C
36 MCNAPI ::std::string getAreaTagsString() const;
37#endif
38
39 MCNAPI ::Editor::LogMessage& operator=(::Editor::LogMessage&&);
40
41 MCNAPI ::Editor::LogMessage& operator=(::Editor::LogMessage const&);
42
43#ifdef LL_PLAT_C
44 MCNAPI ~LogMessage();
45#endif
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor(::Editor::LogMessage&&);
58
59 MCNAPI void* $ctor(::Editor::LogMessage const&);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65#ifdef LL_PLAT_C
66 MCNAPI void $dtor();
67#endif
68 // NOLINTEND
69};
70
71} // namespace Editor
Definition LogMessage.h:12
MCAPI::Editor::LogMessage & operator=(::Editor::LogMessage &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::Editor::LogMessage const &)
MCAPI void * $ctor(::Editor::LogMessage &&)
MCAPI LogMessage(::Editor::LogMessage const &)
MCAPI::Editor::LogMessage & operator=(::Editor::LogMessage const &)
MCAPI LogMessage(::Editor::LogMessage &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14