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 MCNAPI ~LogMessage();
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCNAPI void* $ctor(::Editor::LogMessage&&);
56
57 MCNAPI void* $ctor(::Editor::LogMessage const&);
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCNAPI void $dtor();
64 // NOLINTEND
65};
66
67} // namespace Editor
Definition LogMessage.h:12
MCAPI void $dtor()
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