LeviLamina
Loading...
Searching...
No Matches
ContextMessageLogger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10class ContextMessageLogger {
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 ContextMessageLogger& operator=(ContextMessageLogger const&);
22 ContextMessageLogger(ContextMessageLogger const&);
23 ContextMessageLogger();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28#ifdef LL_PLAT_S
29 virtual ~ContextMessageLogger() = default;
30#else // LL_PLAT_C
31 virtual ~ContextMessageLogger();
32#endif
33
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39#ifdef LL_PLAT_C
40 MCNAPI explicit ContextMessageLogger(::ContextMessageLoggerOptions const& options);
41#endif
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47#ifdef LL_PLAT_C
48 MCNAPI void* $ctor(::ContextMessageLoggerOptions const& options);
49#endif
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition ContextMessageLoggerOptions.h:5
static MCAPI void ** $vftable()
MCAPI void $dtor()
Definition Alias.h:14