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
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI_C void* $ctor(::ContextMessageLoggerOptions const& options);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition ContextMessageLoggerOptions.h:5
static MCAPI void ** $vftable()
MCAPI void $dtor()
Definition Alias.h:14